Shades of Tacha #CEC063
Tints of Tacha #CEC063
RGB
CMYK
RGB Variations
Color information
#CEC063 (or 0xCEC063) is known color: Tacha. HEX triplet: CE, C0 and 63. RGB value is (206,192,99). Sum of RGB (Red+Green+Blue) = 206+192+99=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC063 is #313F9C. Grayscale: #B9B9B9. Windows color (decimal): -3227549 or 6537422. OLE color: 6537422.
HSL color Cylindrical-coordinate representation of color #CEC063: hue angle of 52.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEC063 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 99 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.19 |
| HSL | 52.15º | 0.52% | 0.6% | - |
| HSV(B) | 52.15º | 0.52% | 0.81% | - |
| XYZ | 46.56 | 51.72 | 19.33 | - |
| YUV | 185.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 99 | 0 | 0.07 | 0.52 | 0.19 | 52.15 | 0.52 | 0.6 |
| Hex | CE | C0 | 63 | 0 | 7 | 34 | 13 | 34 | 34 | 3C |
| Octal | 316 | 300 | 143 | 0 | 7 | 64 | 23 | 64 | 64 | 74 |
| Binary | 11001110 | 11000000 | 1100011 | 0 | 111 | 110100 | 10011 | 110100 | 110100 | 111100 |
Color Harmonies of #CEC063
Complementary color
Monochromatic Colors of #CEC063
Black with #CEC063
Text Example
Text Example
White with #CEC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC063; }
p { color: rgb(206,192,99); }
H1.HeaderClassName
{
color: #CEC063;
}
.AnyTagClassName
{
color: #CEC063;
}
</style>
background-color css
<style>
a { background-color: #CEC063; }
a { background-color: rgb(206,192,99); }
div.DivClassName
{
background-color: #CEC063;
}
.BgClassName
{
background-color: #CEC063;
}
</style>
border-color css
<style>
span { border-color: #CEC063; }
span { border-color: rgb(206,192,99); }
td.TdClassName
{
border-color: #CEC063;
}
.TagClassName
{
border-color: #CEC063;
}
</style>