Shades of Chenin #CEC86C
Tints of Chenin #CEC86C
RGB
CMYK
RGB Variations
Color information
#CEC86C (or 0xCEC86C) is known color: Chenin. HEX triplet: CE, C8 and 6C. RGB value is (206,200,108). Sum of RGB (Red+Green+Blue) = 206+200+108=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC86C is #313793. Grayscale: #BFBFBF. Windows color (decimal): -3225492 or 7129294. OLE color: 7129294.
HSL color Cylindrical-coordinate representation of color #CEC86C: hue angle of 56.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC86C is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 108 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.19 |
| HSL | 56.33º | 0.5% | 0.62% | - |
| HSV(B) | 56.33º | 0.48% | 0.81% | - |
| XYZ | 48.81 | 55.51 | 22.33 | - |
| YUV | 191.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 108 | 0 | 0.03 | 0.48 | 0.19 | 56.33 | 0.5 | 0.62 |
| Hex | CE | C8 | 6C | 0 | 3 | 30 | 13 | 38 | 32 | 3E |
| Octal | 316 | 310 | 154 | 0 | 3 | 60 | 23 | 70 | 62 | 76 |
| Binary | 11001110 | 11001000 | 1101100 | 0 | 11 | 110000 | 10011 | 111000 | 110010 | 111110 |
Color Harmonies of #CEC86C
Complementary color
Monochromatic Colors of #CEC86C
Black with #CEC86C
Text Example
Text Example
White with #CEC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC86C; }
p { color: rgb(206,200,108); }
H1.HeaderClassName
{
color: #CEC86C;
}
.AnyTagClassName
{
color: #CEC86C;
}
</style>
background-color css
<style>
a { background-color: #CEC86C; }
a { background-color: rgb(206,200,108); }
div.DivClassName
{
background-color: #CEC86C;
}
.BgClassName
{
background-color: #CEC86C;
}
</style>
border-color css
<style>
span { border-color: #CEC86C; }
span { border-color: rgb(206,200,108); }
td.TdClassName
{
border-color: #CEC86C;
}
.TagClassName
{
border-color: #CEC86C;
}
</style>