Shades of Chenin #CEC070
Tints of Chenin #CEC070
RGB
CMYK
RGB Variations
Color information
#CEC070 (or 0xCEC070) is known color: Chenin. HEX triplet: CE, C0 and 70. RGB value is (206,192,112). Sum of RGB (Red+Green+Blue) = 206+192+112=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC070 is #313F8F. Grayscale: #BBBBBB. Windows color (decimal): -3227536 or 7389390. OLE color: 7389390.
HSL color Cylindrical-coordinate representation of color #CEC070: hue angle of 51.06º 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 #CEC070 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 112 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.19 |
| HSL | 51.06º | 0.49% | 0.62% | - |
| HSV(B) | 51.06º | 0.46% | 0.81% | - |
| XYZ | 47.23 | 51.99 | 22.88 | - |
| YUV | 187.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 112 | 0 | 0.07 | 0.46 | 0.19 | 51.06 | 0.49 | 0.62 |
| Hex | CE | C0 | 70 | 0 | 7 | 2E | 13 | 33 | 31 | 3E |
| Octal | 316 | 300 | 160 | 0 | 7 | 56 | 23 | 63 | 61 | 76 |
| Binary | 11001110 | 11000000 | 1110000 | 0 | 111 | 101110 | 10011 | 110011 | 110001 | 111110 |
Color Harmonies of #CEC070
Complementary color
Monochromatic Colors of #CEC070
Black with #CEC070
Text Example
Text Example
White with #CEC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC070; }
p { color: rgb(206,192,112); }
H1.HeaderClassName
{
color: #CEC070;
}
.AnyTagClassName
{
color: #CEC070;
}
</style>
background-color css
<style>
a { background-color: #CEC070; }
a { background-color: rgb(206,192,112); }
div.DivClassName
{
background-color: #CEC070;
}
.BgClassName
{
background-color: #CEC070;
}
</style>
border-color css
<style>
span { border-color: #CEC070; }
span { border-color: rgb(206,192,112); }
td.TdClassName
{
border-color: #CEC070;
}
.TagClassName
{
border-color: #CEC070;
}
</style>