Shades of Chenin #CEC071
Tints of Chenin #CEC071
RGB
CMYK
RGB Variations
Color information
#CEC071 (or 0xCEC071) is known color: Chenin. HEX triplet: CE, C0 and 71. RGB value is (206,192,113). Sum of RGB (Red+Green+Blue) = 206+192+113=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC071 is #313F8E. Grayscale: #BBBBBB. Windows color (decimal): -3227535 or 7454926. OLE color: 7454926.
HSL color Cylindrical-coordinate representation of color #CEC071: hue angle of 50.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEC071 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 113 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.19 |
| HSL | 50.97º | 0.49% | 0.63% | - |
| HSV(B) | 50.97º | 0.45% | 0.81% | - |
| XYZ | 47.28 | 52.01 | 23.17 | - |
| YUV | 187.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 113 | 0 | 0.07 | 0.45 | 0.19 | 50.97 | 0.49 | 0.63 |
| Hex | CE | C0 | 71 | 0 | 7 | 2D | 13 | 33 | 31 | 3F |
| Octal | 316 | 300 | 161 | 0 | 7 | 55 | 23 | 63 | 61 | 77 |
| Binary | 11001110 | 11000000 | 1110001 | 0 | 111 | 101101 | 10011 | 110011 | 110001 | 111111 |
Color Harmonies of #CEC071
Complementary color
Monochromatic Colors of #CEC071
Black with #CEC071
Text Example
Text Example
White with #CEC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC071; }
p { color: rgb(206,192,113); }
H1.HeaderClassName
{
color: #CEC071;
}
.AnyTagClassName
{
color: #CEC071;
}
</style>
background-color css
<style>
a { background-color: #CEC071; }
a { background-color: rgb(206,192,113); }
div.DivClassName
{
background-color: #CEC071;
}
.BgClassName
{
background-color: #CEC071;
}
</style>
border-color css
<style>
span { border-color: #CEC071; }
span { border-color: rgb(206,192,113); }
td.TdClassName
{
border-color: #CEC071;
}
.TagClassName
{
border-color: #CEC071;
}
</style>