Shades of Tacha #CEC864
Tints of Tacha #CEC864
RGB
CMYK
RGB Variations
Color information
#CEC864 (or 0xCEC864) is known color: Tacha. HEX triplet: CE, C8 and 64. RGB value is (206,200,100). Sum of RGB (Red+Green+Blue) = 206+200+100=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC864 is #31379B. Grayscale: #BEBEBE. Windows color (decimal): -3225500 or 6605006. OLE color: 6605006.
HSL color Cylindrical-coordinate representation of color #CEC864: hue angle of 56.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEC864 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 100 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56.6º | 0.52% | 0.6% | - |
| HSV(B) | 56.6º | 0.51% | 0.81% | - |
| XYZ | 48.41 | 55.35 | 20.19 | - |
| YUV | 190.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 100 | 0 | 0.03 | 0.51 | 0.19 | 56.6 | 0.52 | 0.6 |
| Hex | CE | C8 | 64 | 0 | 3 | 33 | 13 | 39 | 34 | 3C |
| Octal | 316 | 310 | 144 | 0 | 3 | 63 | 23 | 71 | 64 | 74 |
| Binary | 11001110 | 11001000 | 1100100 | 0 | 11 | 110011 | 10011 | 111001 | 110100 | 111100 |
Color Harmonies of #CEC864
Complementary color
Monochromatic Colors of #CEC864
Black with #CEC864
Text Example
Text Example
White with #CEC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC864; }
p { color: rgb(206,200,100); }
H1.HeaderClassName
{
color: #CEC864;
}
.AnyTagClassName
{
color: #CEC864;
}
</style>
background-color css
<style>
a { background-color: #CEC864; }
a { background-color: rgb(206,200,100); }
div.DivClassName
{
background-color: #CEC864;
}
.BgClassName
{
background-color: #CEC864;
}
</style>
border-color css
<style>
span { border-color: #CEC864; }
span { border-color: rgb(206,200,100); }
td.TdClassName
{
border-color: #CEC864;
}
.TagClassName
{
border-color: #CEC864;
}
</style>