Shades of Tacha #CEC562
Tints of Tacha #CEC562
RGB
CMYK
RGB Variations
Color information
#CEC562 (or 0xCEC562) is known color: Tacha. HEX triplet: CE, C5 and 62. RGB value is (206,197,98). Sum of RGB (Red+Green+Blue) = 206+197+98=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC562 is #313A9D. Grayscale: #BCBCBC. Windows color (decimal): -3226270 or 6473166. OLE color: 6473166.
HSL color Cylindrical-coordinate representation of color #CEC562: hue angle of 55º 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 #CEC562 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 98 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.19 |
| HSL | 55º | 0.52% | 0.6% | - |
| HSV(B) | 55º | 0.52% | 0.81% | - |
| XYZ | 47.62 | 53.94 | 19.46 | - |
| YUV | 188.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 98 | 0 | 0.04 | 0.52 | 0.19 | 55 | 0.52 | 0.6 |
| Hex | CE | C5 | 62 | 0 | 4 | 34 | 13 | 37 | 34 | 3C |
| Octal | 316 | 305 | 142 | 0 | 4 | 64 | 23 | 67 | 64 | 74 |
| Binary | 11001110 | 11000101 | 1100010 | 0 | 100 | 110100 | 10011 | 110111 | 110100 | 111100 |
Color Harmonies of #CEC562
Complementary color
Monochromatic Colors of #CEC562
Black with #CEC562
Text Example
Text Example
White with #CEC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC562; }
p { color: rgb(206,197,98); }
H1.HeaderClassName
{
color: #CEC562;
}
.AnyTagClassName
{
color: #CEC562;
}
</style>
background-color css
<style>
a { background-color: #CEC562; }
a { background-color: rgb(206,197,98); }
div.DivClassName
{
background-color: #CEC562;
}
.BgClassName
{
background-color: #CEC562;
}
</style>
border-color css
<style>
span { border-color: #CEC562; }
span { border-color: rgb(206,197,98); }
td.TdClassName
{
border-color: #CEC562;
}
.TagClassName
{
border-color: #CEC562;
}
</style>