Shades of Chenin #CEC76E
Tints of Chenin #CEC76E
RGB
CMYK
RGB Variations
Color information
#CEC76E (or 0xCEC76E) is known color: Chenin. HEX triplet: CE, C7 and 6E. RGB value is (206,199,110). Sum of RGB (Red+Green+Blue) = 206+199+110=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC76E is #313891. Grayscale: #BFBFBF. Windows color (decimal): -3225746 or 7260110. OLE color: 7260110.
HSL color Cylindrical-coordinate representation of color #CEC76E: hue angle of 55.62º degrees, saturation: 0.49, 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 #CEC76E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 110 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.19 |
| HSL | 55.63º | 0.49% | 0.62% | - |
| HSV(B) | 55.63º | 0.47% | 0.81% | - |
| XYZ | 48.69 | 55.09 | 22.82 | - |
| YUV | 190.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 110 | 0 | 0.03 | 0.47 | 0.19 | 55.63 | 0.49 | 0.62 |
| Hex | CE | C7 | 6E | 0 | 3 | 2F | 13 | 38 | 31 | 3E |
| Octal | 316 | 307 | 156 | 0 | 3 | 57 | 23 | 70 | 61 | 76 |
| Binary | 11001110 | 11000111 | 1101110 | 0 | 11 | 101111 | 10011 | 111000 | 110001 | 111110 |
Color Harmonies of #CEC76E
Complementary color
Monochromatic Colors of #CEC76E
Black with #CEC76E
Text Example
Text Example
White with #CEC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC76E; }
p { color: rgb(206,199,110); }
H1.HeaderClassName
{
color: #CEC76E;
}
.AnyTagClassName
{
color: #CEC76E;
}
</style>
background-color css
<style>
a { background-color: #CEC76E; }
a { background-color: rgb(206,199,110); }
div.DivClassName
{
background-color: #CEC76E;
}
.BgClassName
{
background-color: #CEC76E;
}
</style>
border-color css
<style>
span { border-color: #CEC76E; }
span { border-color: rgb(206,199,110); }
td.TdClassName
{
border-color: #CEC76E;
}
.TagClassName
{
border-color: #CEC76E;
}
</style>