Shades of Chenin #CEC56E
Tints of Chenin #CEC56E
RGB
CMYK
RGB Variations
Color information
#CEC56E (or 0xCEC56E) is known color: Chenin. HEX triplet: CE, C5 and 6E. RGB value is (206,197,110). Sum of RGB (Red+Green+Blue) = 206+197+110=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC56E is #313A91. Grayscale: #BEBEBE. Windows color (decimal): -3226258 or 7259598. OLE color: 7259598.
HSL color Cylindrical-coordinate representation of color #CEC56E: hue angle of 54.38º 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 #CEC56E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 110 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.19 |
| HSL | 54.38º | 0.49% | 0.62% | - |
| HSV(B) | 54.38º | 0.47% | 0.81% | - |
| XYZ | 48.23 | 54.18 | 22.67 | - |
| YUV | 189.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 110 | 0 | 0.04 | 0.47 | 0.19 | 54.38 | 0.49 | 0.62 |
| Hex | CE | C5 | 6E | 0 | 4 | 2F | 13 | 36 | 31 | 3E |
| Octal | 316 | 305 | 156 | 0 | 4 | 57 | 23 | 66 | 61 | 76 |
| Binary | 11001110 | 11000101 | 1101110 | 0 | 100 | 101111 | 10011 | 110110 | 110001 | 111110 |
Color Harmonies of #CEC56E
Complementary color
Monochromatic Colors of #CEC56E
Black with #CEC56E
Text Example
Text Example
White with #CEC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC56E; }
p { color: rgb(206,197,110); }
H1.HeaderClassName
{
color: #CEC56E;
}
.AnyTagClassName
{
color: #CEC56E;
}
</style>
background-color css
<style>
a { background-color: #CEC56E; }
a { background-color: rgb(206,197,110); }
div.DivClassName
{
background-color: #CEC56E;
}
.BgClassName
{
background-color: #CEC56E;
}
</style>
border-color css
<style>
span { border-color: #CEC56E; }
span { border-color: rgb(206,197,110); }
td.TdClassName
{
border-color: #CEC56E;
}
.TagClassName
{
border-color: #CEC56E;
}
</style>