Shades of Tacha #CEC158
Tints of Tacha #CEC158
RGB
CMYK
RGB Variations
Color information
#CEC158 (or 0xCEC158) is known color: Tacha. HEX triplet: CE, C1 and 58. RGB value is (206,193,88). Sum of RGB (Red+Green+Blue) = 206+193+88=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC158 is #313EA7. Grayscale: #B9B9B9. Windows color (decimal): -3227304 or 5816782. OLE color: 5816782.
HSL color Cylindrical-coordinate representation of color #CEC158: hue angle of 53.39º 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 #CEC158 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 88 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.19 |
| HSL | 53.39º | 0.55% | 0.58% | - |
| HSV(B) | 53.39º | 0.57% | 0.81% | - |
| XYZ | 46.29 | 51.97 | 16.82 | - |
| YUV | 184.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 88 | 0 | 0.06 | 0.57 | 0.19 | 53.39 | 0.55 | 0.58 |
| Hex | CE | C1 | 58 | 0 | 6 | 39 | 13 | 35 | 37 | 3A |
| Octal | 316 | 301 | 130 | 0 | 6 | 71 | 23 | 65 | 67 | 72 |
| Binary | 11001110 | 11000001 | 1011000 | 0 | 110 | 111001 | 10011 | 110101 | 110111 | 111010 |
Color Harmonies of #CEC158
Complementary color
Monochromatic Colors of #CEC158
Black with #CEC158
Text Example
Text Example
White with #CEC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC158; }
p { color: rgb(206,193,88); }
H1.HeaderClassName
{
color: #CEC158;
}
.AnyTagClassName
{
color: #CEC158;
}
</style>
background-color css
<style>
a { background-color: #CEC158; }
a { background-color: rgb(206,193,88); }
div.DivClassName
{
background-color: #CEC158;
}
.BgClassName
{
background-color: #CEC158;
}
</style>
border-color css
<style>
span { border-color: #CEC158; }
span { border-color: rgb(206,193,88); }
td.TdClassName
{
border-color: #CEC158;
}
.TagClassName
{
border-color: #CEC158;
}
</style>