Shades of Tacha #CEC558
Tints of Tacha #CEC558
RGB
CMYK
RGB Variations
Color information
#CEC558 (or 0xCEC558) is known color: Tacha. HEX triplet: CE, C5 and 58. RGB value is (206,197,88). Sum of RGB (Red+Green+Blue) = 206+197+88=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC558 is #313AA7. Grayscale: #BBBBBB. Windows color (decimal): -3226280 or 5817806. OLE color: 5817806.
HSL color Cylindrical-coordinate representation of color #CEC558: hue angle of 55.42º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEC558 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 88 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.19 |
| HSL | 55.42º | 0.55% | 0.58% | - |
| HSV(B) | 55.42º | 0.57% | 0.81% | - |
| XYZ | 47.18 | 53.76 | 17.12 | - |
| YUV | 187.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 88 | 0 | 0.04 | 0.57 | 0.19 | 55.42 | 0.55 | 0.58 |
| Hex | CE | C5 | 58 | 0 | 4 | 39 | 13 | 37 | 37 | 3A |
| Octal | 316 | 305 | 130 | 0 | 4 | 71 | 23 | 67 | 67 | 72 |
| Binary | 11001110 | 11000101 | 1011000 | 0 | 100 | 111001 | 10011 | 110111 | 110111 | 111010 |
Color Harmonies of #CEC558
Complementary color
Monochromatic Colors of #CEC558
Black with #CEC558
Text Example
Text Example
White with #CEC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC558; }
p { color: rgb(206,197,88); }
H1.HeaderClassName
{
color: #CEC558;
}
.AnyTagClassName
{
color: #CEC558;
}
</style>
background-color css
<style>
a { background-color: #CEC558; }
a { background-color: rgb(206,197,88); }
div.DivClassName
{
background-color: #CEC558;
}
.BgClassName
{
background-color: #CEC558;
}
</style>
border-color css
<style>
span { border-color: #CEC558; }
span { border-color: rgb(206,197,88); }
td.TdClassName
{
border-color: #CEC558;
}
.TagClassName
{
border-color: #CEC558;
}
</style>