Shades of Chenin #CEC66F
Tints of Chenin #CEC66F
RGB
CMYK
RGB Variations
Color information
#CEC66F (or 0xCEC66F) is known color: Chenin. HEX triplet: CE, C6 and 6F. RGB value is (206,198,111). Sum of RGB (Red+Green+Blue) = 206+198+111=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC66F is #313990. Grayscale: #BEBEBE. Windows color (decimal): -3226001 or 7325390. OLE color: 7325390.
HSL color Cylindrical-coordinate representation of color #CEC66F: hue angle of 54.95º 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 #CEC66F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 111 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.19 |
| HSL | 54.95º | 0.49% | 0.62% | - |
| HSV(B) | 54.95º | 0.46% | 0.81% | - |
| XYZ | 48.52 | 54.66 | 23.03 | - |
| YUV | 190.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 111 | 0 | 0.04 | 0.46 | 0.19 | 54.95 | 0.49 | 0.62 |
| Hex | CE | C6 | 6F | 0 | 4 | 2E | 13 | 37 | 31 | 3E |
| Octal | 316 | 306 | 157 | 0 | 4 | 56 | 23 | 67 | 61 | 76 |
| Binary | 11001110 | 11000110 | 1101111 | 0 | 100 | 101110 | 10011 | 110111 | 110001 | 111110 |
Color Harmonies of #CEC66F
Complementary color
Monochromatic Colors of #CEC66F
Black with #CEC66F
Text Example
Text Example
White with #CEC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC66F; }
p { color: rgb(206,198,111); }
H1.HeaderClassName
{
color: #CEC66F;
}
.AnyTagClassName
{
color: #CEC66F;
}
</style>
background-color css
<style>
a { background-color: #CEC66F; }
a { background-color: rgb(206,198,111); }
div.DivClassName
{
background-color: #CEC66F;
}
.BgClassName
{
background-color: #CEC66F;
}
</style>
border-color css
<style>
span { border-color: #CEC66F; }
span { border-color: rgb(206,198,111); }
td.TdClassName
{
border-color: #CEC66F;
}
.TagClassName
{
border-color: #CEC66F;
}
</style>