Shades of Tacha #CEC56B
Tints of Tacha #CEC56B
RGB
CMYK
RGB Variations
Color information
#CEC56B (or 0xCEC56B) is known color: Tacha. HEX triplet: CE, C5 and 6B. RGB value is (206,197,107). Sum of RGB (Red+Green+Blue) = 206+197+107=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC56B is #313A94. Grayscale: #BDBDBD. Windows color (decimal): -3226261 or 7062990. OLE color: 7062990.
HSL color Cylindrical-coordinate representation of color #CEC56B: hue angle of 54.55º 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 #CEC56B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 107 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.19 |
| HSL | 54.55º | 0.5% | 0.61% | - |
| HSV(B) | 54.55º | 0.48% | 0.81% | - |
| XYZ | 48.07 | 54.12 | 21.82 | - |
| YUV | 189.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 107 | 0 | 0.04 | 0.48 | 0.19 | 54.55 | 0.5 | 0.61 |
| Hex | CE | C5 | 6B | 0 | 4 | 30 | 13 | 37 | 32 | 3D |
| Octal | 316 | 305 | 153 | 0 | 4 | 60 | 23 | 67 | 62 | 75 |
| Binary | 11001110 | 11000101 | 1101011 | 0 | 100 | 110000 | 10011 | 110111 | 110010 | 111101 |
Color Harmonies of #CEC56B
Complementary color
Monochromatic Colors of #CEC56B
Black with #CEC56B
Text Example
Text Example
White with #CEC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC56B; }
p { color: rgb(206,197,107); }
H1.HeaderClassName
{
color: #CEC56B;
}
.AnyTagClassName
{
color: #CEC56B;
}
</style>
background-color css
<style>
a { background-color: #CEC56B; }
a { background-color: rgb(206,197,107); }
div.DivClassName
{
background-color: #CEC56B;
}
.BgClassName
{
background-color: #CEC56B;
}
</style>
border-color css
<style>
span { border-color: #CEC56B; }
span { border-color: rgb(206,197,107); }
td.TdClassName
{
border-color: #CEC56B;
}
.TagClassName
{
border-color: #CEC56B;
}
</style>