Skip to content

Color Code Convertor. Fast & Easy Way to Manipulate Colors on terminal.

License

Notifications You must be signed in to change notification settings

zakarouf/colorcodeconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Code Converter

Program to Convert/Show Color Code

- Format: rgb, hex, hsv
- Make Color Lighter
- Make Color Darker

How to use

NOTE: You Need a Terminal which supports Direct/True Color

git clone https://github.com/zakarouf/colorcodeconverter
cd colorcodeconverter
./compile
./ccc -h

Arguments

  1. -I [d,x,h] Will take a value in dComma Seperated RGB xHexadecimal hComma Seperated HSV. And then thow the details. Example:- ./ccc -I x=90a355 ./ccc -I d=12,34,100

  2. -c Will Brighten the given color by a given percentage. Example:- ./ccc -Ix 09117d -c 4 <= Will Brigten it up by 4%.

    Some Variation of -c are: -v Shows a Smooth Line -r Execute -c Multiple times

Screenshots

1 2 3