Shades of Chenin #CFC86F
Tints of Chenin #CFC86F
RGB
CMYK
RGB Variations
Color information
#CFC86F (or 0xCFC86F) is known color: Chenin. HEX triplet: CF, C8 and 6F. RGB value is (207,200,111). Sum of RGB (Red+Green+Blue) = 207+200+111=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC86F is #303790. Grayscale: #C0C0C0. Windows color (decimal): -3159953 or 7325903. OLE color: 7325903.
HSL color Cylindrical-coordinate representation of color #CFC86F: hue angle of 55.62º degrees, saturation: 0.5, 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 #CFC86F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 55.63º | 0.5% | 0.62% | - |
| HSV(B) | 55.63º | 0.46% | 0.81% | - |
| XYZ | 49.26 | 55.72 | 23.2 | - |
| YUV | 191.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 111 | 0 | 0.03 | 0.46 | 0.19 | 55.63 | 0.5 | 0.62 |
| Hex | CF | C8 | 6F | 0 | 3 | 2E | 13 | 38 | 32 | 3E |
| Octal | 317 | 310 | 157 | 0 | 3 | 56 | 23 | 70 | 62 | 76 |
| Binary | 11001111 | 11001000 | 1101111 | 0 | 11 | 101110 | 10011 | 111000 | 110010 | 111110 |
Color Harmonies of #CFC86F
Complementary color
Monochromatic Colors of #CFC86F
Black with #CFC86F
Text Example
Text Example
White with #CFC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC86F; }
p { color: rgb(207,200,111); }
H1.HeaderClassName
{
color: #CFC86F;
}
.AnyTagClassName
{
color: #CFC86F;
}
</style>
background-color css
<style>
a { background-color: #CFC86F; }
a { background-color: rgb(207,200,111); }
div.DivClassName
{
background-color: #CFC86F;
}
.BgClassName
{
background-color: #CFC86F;
}
</style>
border-color css
<style>
span { border-color: #CFC86F; }
span { border-color: rgb(207,200,111); }
td.TdClassName
{
border-color: #CFC86F;
}
.TagClassName
{
border-color: #CFC86F;
}
</style>