Shades of Chenin #CFC86E
Tints of Chenin #CFC86E
RGB
CMYK
RGB Variations
Color information
#CFC86E (or 0xCFC86E) is known color: Chenin. HEX triplet: CF, C8 and 6E. RGB value is (207,200,110). Sum of RGB (Red+Green+Blue) = 207+200+110=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC86E is #303791. Grayscale: #C0C0C0. Windows color (decimal): -3159954 or 7260367. OLE color: 7260367.
HSL color Cylindrical-coordinate representation of color #CFC86E: hue angle of 55.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFC86E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 110 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.19 |
| HSL | 55.67º | 0.5% | 0.62% | - |
| HSV(B) | 55.67º | 0.47% | 0.81% | - |
| XYZ | 49.2 | 55.7 | 22.91 | - |
| YUV | 191.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 110 | 0 | 0.03 | 0.47 | 0.19 | 55.67 | 0.5 | 0.62 |
| Hex | CF | C8 | 6E | 0 | 3 | 2F | 13 | 38 | 32 | 3E |
| Octal | 317 | 310 | 156 | 0 | 3 | 57 | 23 | 70 | 62 | 76 |
| Binary | 11001111 | 11001000 | 1101110 | 0 | 11 | 101111 | 10011 | 111000 | 110010 | 111110 |
Color Harmonies of #CFC86E
Complementary color
Monochromatic Colors of #CFC86E
Black with #CFC86E
Text Example
Text Example
White with #CFC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC86E; }
p { color: rgb(207,200,110); }
H1.HeaderClassName
{
color: #CFC86E;
}
.AnyTagClassName
{
color: #CFC86E;
}
</style>
background-color css
<style>
a { background-color: #CFC86E; }
a { background-color: rgb(207,200,110); }
div.DivClassName
{
background-color: #CFC86E;
}
.BgClassName
{
background-color: #CFC86E;
}
</style>
border-color css
<style>
span { border-color: #CFC86E; }
span { border-color: rgb(207,200,110); }
td.TdClassName
{
border-color: #CFC86E;
}
.TagClassName
{
border-color: #CFC86E;
}
</style>