Shades of Chenin #CFC86D
Tints of Chenin #CFC86D
RGB
CMYK
RGB Variations
Color information
#CFC86D (or 0xCFC86D) is known color: Chenin. HEX triplet: CF, C8 and 6D. RGB value is (207,200,109). Sum of RGB (Red+Green+Blue) = 207+200+109=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC86D is #303792. Grayscale: #C0C0C0. Windows color (decimal): -3159955 or 7194831. OLE color: 7194831.
HSL color Cylindrical-coordinate representation of color #CFC86D: hue angle of 55.71º degrees, saturation: 0.51, 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 #CFC86D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 109 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.19 |
| HSL | 55.71º | 0.51% | 0.62% | - |
| HSV(B) | 55.71º | 0.47% | 0.81% | - |
| XYZ | 49.15 | 55.68 | 22.62 | - |
| YUV | 191.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 109 | 0 | 0.03 | 0.47 | 0.19 | 55.71 | 0.51 | 0.62 |
| Hex | CF | C8 | 6D | 0 | 3 | 2F | 13 | 38 | 33 | 3E |
| Octal | 317 | 310 | 155 | 0 | 3 | 57 | 23 | 70 | 63 | 76 |
| Binary | 11001111 | 11001000 | 1101101 | 0 | 11 | 101111 | 10011 | 111000 | 110011 | 111110 |
Color Harmonies of #CFC86D
Complementary color
Monochromatic Colors of #CFC86D
Black with #CFC86D
Text Example
Text Example
White with #CFC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC86D; }
p { color: rgb(207,200,109); }
H1.HeaderClassName
{
color: #CFC86D;
}
.AnyTagClassName
{
color: #CFC86D;
}
</style>
background-color css
<style>
a { background-color: #CFC86D; }
a { background-color: rgb(207,200,109); }
div.DivClassName
{
background-color: #CFC86D;
}
.BgClassName
{
background-color: #CFC86D;
}
</style>
border-color css
<style>
span { border-color: #CFC86D; }
span { border-color: rgb(207,200,109); }
td.TdClassName
{
border-color: #CFC86D;
}
.TagClassName
{
border-color: #CFC86D;
}
</style>