Shades of Tacha #CEC364
Tints of Tacha #CEC364
RGB
CMYK
RGB Variations
Color information
#CEC364 (or 0xCEC364) is known color: Tacha. HEX triplet: CE, C3 and 64. RGB value is (206,195,100). Sum of RGB (Red+Green+Blue) = 206+195+100=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC364 is #313C9B. Grayscale: #BBBBBB. Windows color (decimal): -3226780 or 6603726. OLE color: 6603726.
HSL color Cylindrical-coordinate representation of color #CEC364: hue angle of 53.77º 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 #CEC364 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 100 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.19 |
| HSL | 53.77º | 0.52% | 0.6% | - |
| HSV(B) | 53.77º | 0.51% | 0.81% | - |
| XYZ | 47.27 | 53.07 | 19.81 | - |
| YUV | 187.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 100 | 0 | 0.05 | 0.51 | 0.19 | 53.77 | 0.52 | 0.6 |
| Hex | CE | C3 | 64 | 0 | 5 | 33 | 13 | 36 | 34 | 3C |
| Octal | 316 | 303 | 144 | 0 | 5 | 63 | 23 | 66 | 64 | 74 |
| Binary | 11001110 | 11000011 | 1100100 | 0 | 101 | 110011 | 10011 | 110110 | 110100 | 111100 |
Color Harmonies of #CEC364
Complementary color
Monochromatic Colors of #CEC364
Black with #CEC364
Text Example
Text Example
White with #CEC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC364; }
p { color: rgb(206,195,100); }
H1.HeaderClassName
{
color: #CEC364;
}
.AnyTagClassName
{
color: #CEC364;
}
</style>
background-color css
<style>
a { background-color: #CEC364; }
a { background-color: rgb(206,195,100); }
div.DivClassName
{
background-color: #CEC364;
}
.BgClassName
{
background-color: #CEC364;
}
</style>
border-color css
<style>
span { border-color: #CEC364; }
span { border-color: rgb(206,195,100); }
td.TdClassName
{
border-color: #CEC364;
}
.TagClassName
{
border-color: #CEC364;
}
</style>