Shades of Tacha #CEC06B
Tints of Tacha #CEC06B
RGB
CMYK
RGB Variations
Color information
#CEC06B (or 0xCEC06B) is known color: Tacha. HEX triplet: CE, C0 and 6B. RGB value is (206,192,107). Sum of RGB (Red+Green+Blue) = 206+192+107=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC06B is #313F94. Grayscale: #BABABA. Windows color (decimal): -3227541 or 7061710. OLE color: 7061710.
HSL color Cylindrical-coordinate representation of color #CEC06B: hue angle of 51.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC06B is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 107 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.19 |
| HSL | 51.52º | 0.5% | 0.61% | - |
| HSV(B) | 51.52º | 0.48% | 0.81% | - |
| XYZ | 46.96 | 51.88 | 21.45 | - |
| YUV | 186.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 107 | 0 | 0.07 | 0.48 | 0.19 | 51.52 | 0.5 | 0.61 |
| Hex | CE | C0 | 6B | 0 | 7 | 30 | 13 | 34 | 32 | 3D |
| Octal | 316 | 300 | 153 | 0 | 7 | 60 | 23 | 64 | 62 | 75 |
| Binary | 11001110 | 11000000 | 1101011 | 0 | 111 | 110000 | 10011 | 110100 | 110010 | 111101 |
Color Harmonies of #CEC06B
Complementary color
Monochromatic Colors of #CEC06B
Black with #CEC06B
Text Example
Text Example
White with #CEC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC06B; }
p { color: rgb(206,192,107); }
H1.HeaderClassName
{
color: #CEC06B;
}
.AnyTagClassName
{
color: #CEC06B;
}
</style>
background-color css
<style>
a { background-color: #CEC06B; }
a { background-color: rgb(206,192,107); }
div.DivClassName
{
background-color: #CEC06B;
}
.BgClassName
{
background-color: #CEC06B;
}
</style>
border-color css
<style>
span { border-color: #CEC06B; }
span { border-color: rgb(206,192,107); }
td.TdClassName
{
border-color: #CEC06B;
}
.TagClassName
{
border-color: #CEC06B;
}
</style>