Shades of Tacha #CEC06C
Tints of Tacha #CEC06C
RGB
CMYK
RGB Variations
Color information
#CEC06C (or 0xCEC06C) is known color: Tacha. HEX triplet: CE, C0 and 6C. RGB value is (206,192,108). Sum of RGB (Red+Green+Blue) = 206+192+108=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC06C is #313F93. Grayscale: #BABABA. Windows color (decimal): -3227540 or 7127246. OLE color: 7127246.
HSL color Cylindrical-coordinate representation of color #CEC06C: hue angle of 51.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC06C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 108 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.19 |
| HSL | 51.43º | 0.5% | 0.62% | - |
| HSV(B) | 51.43º | 0.48% | 0.81% | - |
| XYZ | 47.01 | 51.9 | 21.73 | - |
| YUV | 186.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 108 | 0 | 0.07 | 0.48 | 0.19 | 51.43 | 0.5 | 0.62 |
| Hex | CE | C0 | 6C | 0 | 7 | 30 | 13 | 33 | 32 | 3E |
| Octal | 316 | 300 | 154 | 0 | 7 | 60 | 23 | 63 | 62 | 76 |
| Binary | 11001110 | 11000000 | 1101100 | 0 | 111 | 110000 | 10011 | 110011 | 110010 | 111110 |
Color Harmonies of #CEC06C
Complementary color
Monochromatic Colors of #CEC06C
Black with #CEC06C
Text Example
Text Example
White with #CEC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC06C; }
p { color: rgb(206,192,108); }
H1.HeaderClassName
{
color: #CEC06C;
}
.AnyTagClassName
{
color: #CEC06C;
}
</style>
background-color css
<style>
a { background-color: #CEC06C; }
a { background-color: rgb(206,192,108); }
div.DivClassName
{
background-color: #CEC06C;
}
.BgClassName
{
background-color: #CEC06C;
}
</style>
border-color css
<style>
span { border-color: #CEC06C; }
span { border-color: rgb(206,192,108); }
td.TdClassName
{
border-color: #CEC06C;
}
.TagClassName
{
border-color: #CEC06C;
}
</style>