Shades of Chenin #CEC36F
Tints of Chenin #CEC36F
RGB
CMYK
RGB Variations
Color information
#CEC36F (or 0xCEC36F) is known color: Chenin. HEX triplet: CE, C3 and 6F. RGB value is (206,195,111). Sum of RGB (Red+Green+Blue) = 206+195+111=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC36F is #313C90. Grayscale: #BDBDBD. Windows color (decimal): -3226769 or 7324622. OLE color: 7324622.
HSL color Cylindrical-coordinate representation of color #CEC36F: hue angle of 53.05º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC36F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 111 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.19 |
| HSL | 53.05º | 0.49% | 0.62% | - |
| HSV(B) | 53.05º | 0.46% | 0.81% | - |
| XYZ | 47.84 | 53.3 | 22.81 | - |
| YUV | 188.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 111 | 0 | 0.05 | 0.46 | 0.19 | 53.05 | 0.49 | 0.62 |
| Hex | CE | C3 | 6F | 0 | 5 | 2E | 13 | 35 | 31 | 3E |
| Octal | 316 | 303 | 157 | 0 | 5 | 56 | 23 | 65 | 61 | 76 |
| Binary | 11001110 | 11000011 | 1101111 | 0 | 101 | 101110 | 10011 | 110101 | 110001 | 111110 |
Color Harmonies of #CEC36F
Complementary color
Monochromatic Colors of #CEC36F
Black with #CEC36F
Text Example
Text Example
White with #CEC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC36F; }
p { color: rgb(206,195,111); }
H1.HeaderClassName
{
color: #CEC36F;
}
.AnyTagClassName
{
color: #CEC36F;
}
</style>
background-color css
<style>
a { background-color: #CEC36F; }
a { background-color: rgb(206,195,111); }
div.DivClassName
{
background-color: #CEC36F;
}
.BgClassName
{
background-color: #CEC36F;
}
</style>
border-color css
<style>
span { border-color: #CEC36F; }
span { border-color: rgb(206,195,111); }
td.TdClassName
{
border-color: #CEC36F;
}
.TagClassName
{
border-color: #CEC36F;
}
</style>