Shades of Chenin #CFC86B
Tints of Chenin #CFC86B
RGB
CMYK
RGB Variations
Color information
#CFC86B (or 0xCFC86B) is known color: Chenin. HEX triplet: CF, C8 and 6B. RGB value is (207,200,107). Sum of RGB (Red+Green+Blue) = 207+200+107=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC86B is #303794. Grayscale: #BFBFBF. Windows color (decimal): -3159957 or 7063759. OLE color: 7063759.
HSL color Cylindrical-coordinate representation of color #CFC86B: hue angle of 55.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFC86B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 107 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.19 |
| HSL | 55.8º | 0.51% | 0.62% | - |
| HSV(B) | 55.8º | 0.48% | 0.81% | - |
| XYZ | 49.04 | 55.64 | 22.06 | - |
| YUV | 191.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 107 | 0 | 0.03 | 0.48 | 0.19 | 55.8 | 0.51 | 0.62 |
| Hex | CF | C8 | 6B | 0 | 3 | 30 | 13 | 38 | 33 | 3E |
| Octal | 317 | 310 | 153 | 0 | 3 | 60 | 23 | 70 | 63 | 76 |
| Binary | 11001111 | 11001000 | 1101011 | 0 | 11 | 110000 | 10011 | 111000 | 110011 | 111110 |
Color Harmonies of #CFC86B
Complementary color
Monochromatic Colors of #CFC86B
Black with #CFC86B
Text Example
Text Example
White with #CFC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC86B; }
p { color: rgb(207,200,107); }
H1.HeaderClassName
{
color: #CFC86B;
}
.AnyTagClassName
{
color: #CFC86B;
}
</style>
background-color css
<style>
a { background-color: #CFC86B; }
a { background-color: rgb(207,200,107); }
div.DivClassName
{
background-color: #CFC86B;
}
.BgClassName
{
background-color: #CFC86B;
}
</style>
border-color css
<style>
span { border-color: #CFC86B; }
span { border-color: rgb(207,200,107); }
td.TdClassName
{
border-color: #CFC86B;
}
.TagClassName
{
border-color: #CFC86B;
}
</style>