Shades of Chenin #CEC76D
Tints of Chenin #CEC76D
RGB
CMYK
RGB Variations
Color information
#CEC76D (or 0xCEC76D) is known color: Chenin. HEX triplet: CE, C7 and 6D. RGB value is (206,199,109). Sum of RGB (Red+Green+Blue) = 206+199+109=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC76D is #313892. Grayscale: #BFBFBF. Windows color (decimal): -3225747 or 7194574. OLE color: 7194574.
HSL color Cylindrical-coordinate representation of color #CEC76D: hue angle of 55.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEC76D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 109 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.19 |
| HSL | 55.67º | 0.5% | 0.62% | - |
| HSV(B) | 55.67º | 0.47% | 0.81% | - |
| XYZ | 48.64 | 55.07 | 22.53 | - |
| YUV | 190.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 109 | 0 | 0.03 | 0.47 | 0.19 | 55.67 | 0.5 | 0.62 |
| Hex | CE | C7 | 6D | 0 | 3 | 2F | 13 | 38 | 32 | 3E |
| Octal | 316 | 307 | 155 | 0 | 3 | 57 | 23 | 70 | 62 | 76 |
| Binary | 11001110 | 11000111 | 1101101 | 0 | 11 | 101111 | 10011 | 111000 | 110010 | 111110 |
Color Harmonies of #CEC76D
Complementary color
Monochromatic Colors of #CEC76D
Black with #CEC76D
Text Example
Text Example
White with #CEC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC76D; }
p { color: rgb(206,199,109); }
H1.HeaderClassName
{
color: #CEC76D;
}
.AnyTagClassName
{
color: #CEC76D;
}
</style>
background-color css
<style>
a { background-color: #CEC76D; }
a { background-color: rgb(206,199,109); }
div.DivClassName
{
background-color: #CEC76D;
}
.BgClassName
{
background-color: #CEC76D;
}
</style>
border-color css
<style>
span { border-color: #CEC76D; }
span { border-color: rgb(206,199,109); }
td.TdClassName
{
border-color: #CEC76D;
}
.TagClassName
{
border-color: #CEC76D;
}
</style>