Shades of Tacha #CEC655
Tints of Tacha #CEC655
RGB
CMYK
RGB Variations
Color information
#CEC655 (or 0xCEC655) is known color: Tacha. HEX triplet: CE, C6 and 55. RGB value is (206,198,85). Sum of RGB (Red+Green+Blue) = 206+198+85=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC655 is #3139AA. Grayscale: #BBBBBB. Windows color (decimal): -3226027 or 5621454. OLE color: 5621454.
HSL color Cylindrical-coordinate representation of color #CEC655: hue angle of 56.03º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEC655 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 85 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.19 |
| HSL | 56.03º | 0.55% | 0.57% | - |
| HSV(B) | 56.03º | 0.59% | 0.81% | - |
| XYZ | 47.29 | 54.17 | 16.56 | - |
| YUV | 187.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 85 | 0 | 0.04 | 0.59 | 0.19 | 56.03 | 0.55 | 0.57 |
| Hex | CE | C6 | 55 | 0 | 4 | 3B | 13 | 38 | 37 | 39 |
| Octal | 316 | 306 | 125 | 0 | 4 | 73 | 23 | 70 | 67 | 71 |
| Binary | 11001110 | 11000110 | 1010101 | 0 | 100 | 111011 | 10011 | 111000 | 110111 | 111001 |
Color Harmonies of #CEC655
Complementary color
Monochromatic Colors of #CEC655
Black with #CEC655
Text Example
Text Example
White with #CEC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC655; }
p { color: rgb(206,198,85); }
H1.HeaderClassName
{
color: #CEC655;
}
.AnyTagClassName
{
color: #CEC655;
}
</style>
background-color css
<style>
a { background-color: #CEC655; }
a { background-color: rgb(206,198,85); }
div.DivClassName
{
background-color: #CEC655;
}
.BgClassName
{
background-color: #CEC655;
}
</style>
border-color css
<style>
span { border-color: #CEC655; }
span { border-color: rgb(206,198,85); }
td.TdClassName
{
border-color: #CEC655;
}
.TagClassName
{
border-color: #CEC655;
}
</style>