Shades of Tacha #CEC858
Tints of Tacha #CEC858
RGB
CMYK
RGB Variations
Color information
#CEC858 (or 0xCEC858) is known color: Tacha. HEX triplet: CE, C8 and 58. RGB value is (206,200,88). Sum of RGB (Red+Green+Blue) = 206+200+88=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC858 is #3137A7. Grayscale: #BDBDBD. Windows color (decimal): -3225512 or 5818574. OLE color: 5818574.
HSL color Cylindrical-coordinate representation of color #CEC858: hue angle of 56.95º 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 #CEC858 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 88 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.19 |
| HSL | 56.95º | 0.55% | 0.58% | - |
| HSV(B) | 56.95º | 0.57% | 0.81% | - |
| XYZ | 47.87 | 55.13 | 17.35 | - |
| YUV | 189.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 88 | 0 | 0.03 | 0.57 | 0.19 | 56.95 | 0.55 | 0.58 |
| Hex | CE | C8 | 58 | 0 | 3 | 39 | 13 | 39 | 37 | 3A |
| Octal | 316 | 310 | 130 | 0 | 3 | 71 | 23 | 71 | 67 | 72 |
| Binary | 11001110 | 11001000 | 1011000 | 0 | 11 | 111001 | 10011 | 111001 | 110111 | 111010 |
Color Harmonies of #CEC858
Complementary color
Monochromatic Colors of #CEC858
Black with #CEC858
Text Example
Text Example
White with #CEC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC858; }
p { color: rgb(206,200,88); }
H1.HeaderClassName
{
color: #CEC858;
}
.AnyTagClassName
{
color: #CEC858;
}
</style>
background-color css
<style>
a { background-color: #CEC858; }
a { background-color: rgb(206,200,88); }
div.DivClassName
{
background-color: #CEC858;
}
.BgClassName
{
background-color: #CEC858;
}
</style>
border-color css
<style>
span { border-color: #CEC858; }
span { border-color: rgb(206,200,88); }
td.TdClassName
{
border-color: #CEC858;
}
.TagClassName
{
border-color: #CEC858;
}
</style>