Shades of Chenin #CEC370
Tints of Chenin #CEC370
RGB
CMYK
RGB Variations
Color information
#CEC370 (or 0xCEC370) is known color: Chenin. HEX triplet: CE, C3 and 70. RGB value is (206,195,112). Sum of RGB (Red+Green+Blue) = 206+195+112=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC370 is #313C8F. Grayscale: #BDBDBD. Windows color (decimal): -3226768 or 7390158. OLE color: 7390158.
HSL color Cylindrical-coordinate representation of color #CEC370: hue angle of 52.98º 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 #CEC370 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 112 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.19 |
| HSL | 52.98º | 0.49% | 0.62% | - |
| HSV(B) | 52.98º | 0.46% | 0.81% | - |
| XYZ | 47.89 | 53.32 | 23.1 | - |
| YUV | 188.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 112 | 0 | 0.05 | 0.46 | 0.19 | 52.98 | 0.49 | 0.62 |
| Hex | CE | C3 | 70 | 0 | 5 | 2E | 13 | 35 | 31 | 3E |
| Octal | 316 | 303 | 160 | 0 | 5 | 56 | 23 | 65 | 61 | 76 |
| Binary | 11001110 | 11000011 | 1110000 | 0 | 101 | 101110 | 10011 | 110101 | 110001 | 111110 |
Color Harmonies of #CEC370
Complementary color
Monochromatic Colors of #CEC370
Black with #CEC370
Text Example
Text Example
White with #CEC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC370; }
p { color: rgb(206,195,112); }
H1.HeaderClassName
{
color: #CEC370;
}
.AnyTagClassName
{
color: #CEC370;
}
</style>
background-color css
<style>
a { background-color: #CEC370; }
a { background-color: rgb(206,195,112); }
div.DivClassName
{
background-color: #CEC370;
}
.BgClassName
{
background-color: #CEC370;
}
</style>
border-color css
<style>
span { border-color: #CEC370; }
span { border-color: rgb(206,195,112); }
td.TdClassName
{
border-color: #CEC370;
}
.TagClassName
{
border-color: #CEC370;
}
</style>