Shades of Tacha #CEC76B
Tints of Tacha #CEC76B
RGB
CMYK
RGB Variations
Color information
#CEC76B (or 0xCEC76B) is known color: Tacha. HEX triplet: CE, C7 and 6B. RGB value is (206,199,107). Sum of RGB (Red+Green+Blue) = 206+199+107=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC76B is #313894. Grayscale: #BEBEBE. Windows color (decimal): -3225749 or 7063502. OLE color: 7063502.
HSL color Cylindrical-coordinate representation of color #CEC76B: hue angle of 55.76º 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 #CEC76B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 107 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.19 |
| HSL | 55.76º | 0.5% | 0.61% | - |
| HSV(B) | 55.76º | 0.48% | 0.81% | - |
| XYZ | 48.53 | 55.03 | 21.97 | - |
| YUV | 190.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 107 | 0 | 0.03 | 0.48 | 0.19 | 55.76 | 0.5 | 0.61 |
| Hex | CE | C7 | 6B | 0 | 3 | 30 | 13 | 38 | 32 | 3D |
| Octal | 316 | 307 | 153 | 0 | 3 | 60 | 23 | 70 | 62 | 75 |
| Binary | 11001110 | 11000111 | 1101011 | 0 | 11 | 110000 | 10011 | 111000 | 110010 | 111101 |
Color Harmonies of #CEC76B
Complementary color
Monochromatic Colors of #CEC76B
Black with #CEC76B
Text Example
Text Example
White with #CEC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC76B; }
p { color: rgb(206,199,107); }
H1.HeaderClassName
{
color: #CEC76B;
}
.AnyTagClassName
{
color: #CEC76B;
}
</style>
background-color css
<style>
a { background-color: #CEC76B; }
a { background-color: rgb(206,199,107); }
div.DivClassName
{
background-color: #CEC76B;
}
.BgClassName
{
background-color: #CEC76B;
}
</style>
border-color css
<style>
span { border-color: #CEC76B; }
span { border-color: rgb(206,199,107); }
td.TdClassName
{
border-color: #CEC76B;
}
.TagClassName
{
border-color: #CEC76B;
}
</style>