Shades of Chenin #CEC46E
Tints of Chenin #CEC46E
RGB
CMYK
RGB Variations
Color information
#CEC46E (or 0xCEC46E) is known color: Chenin. HEX triplet: CE, C4 and 6E. RGB value is (206,196,110). Sum of RGB (Red+Green+Blue) = 206+196+110=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC46E is #313B91. Grayscale: #BDBDBD. Windows color (decimal): -3226514 or 7259342. OLE color: 7259342.
HSL color Cylindrical-coordinate representation of color #CEC46E: hue angle of 53.75º 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 #CEC46E is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 110 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.19 |
| HSL | 53.75º | 0.49% | 0.62% | - |
| HSV(B) | 53.75º | 0.47% | 0.81% | - |
| XYZ | 48.01 | 53.73 | 22.59 | - |
| YUV | 189.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 110 | 0 | 0.05 | 0.47 | 0.19 | 53.75 | 0.49 | 0.62 |
| Hex | CE | C4 | 6E | 0 | 5 | 2F | 13 | 36 | 31 | 3E |
| Octal | 316 | 304 | 156 | 0 | 5 | 57 | 23 | 66 | 61 | 76 |
| Binary | 11001110 | 11000100 | 1101110 | 0 | 101 | 101111 | 10011 | 110110 | 110001 | 111110 |
Color Harmonies of #CEC46E
Complementary color
Monochromatic Colors of #CEC46E
Black with #CEC46E
Text Example
Text Example
White with #CEC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC46E; }
p { color: rgb(206,196,110); }
H1.HeaderClassName
{
color: #CEC46E;
}
.AnyTagClassName
{
color: #CEC46E;
}
</style>
background-color css
<style>
a { background-color: #CEC46E; }
a { background-color: rgb(206,196,110); }
div.DivClassName
{
background-color: #CEC46E;
}
.BgClassName
{
background-color: #CEC46E;
}
</style>
border-color css
<style>
span { border-color: #CEC46E; }
span { border-color: rgb(206,196,110); }
td.TdClassName
{
border-color: #CEC46E;
}
.TagClassName
{
border-color: #CEC46E;
}
</style>