Shades of Chenin #CFC06F
Tints of Chenin #CFC06F
RGB
CMYK
RGB Variations
Color information
#CFC06F (or 0xCFC06F) is known color: Chenin. HEX triplet: CF, C0 and 6F. RGB value is (207,192,111). Sum of RGB (Red+Green+Blue) = 207+192+111=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC06F is #303F90. Grayscale: #BBBBBB. Windows color (decimal): -3162001 or 7323855. OLE color: 7323855.
HSL color Cylindrical-coordinate representation of color #CFC06F: hue angle of 50.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 #CFC06F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 111 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.19 |
| HSL | 50.63º | 0.5% | 0.62% | - |
| HSV(B) | 50.63º | 0.46% | 0.81% | - |
| XYZ | 47.45 | 52.11 | 22.6 | - |
| YUV | 187.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 111 | 0 | 0.07 | 0.46 | 0.19 | 50.63 | 0.5 | 0.62 |
| Hex | CF | C0 | 6F | 0 | 7 | 2E | 13 | 33 | 32 | 3E |
| Octal | 317 | 300 | 157 | 0 | 7 | 56 | 23 | 63 | 62 | 76 |
| Binary | 11001111 | 11000000 | 1101111 | 0 | 111 | 101110 | 10011 | 110011 | 110010 | 111110 |
Color Harmonies of #CFC06F
Complementary color
Monochromatic Colors of #CFC06F
Black with #CFC06F
Text Example
Text Example
White with #CFC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC06F; }
p { color: rgb(207,192,111); }
H1.HeaderClassName
{
color: #CFC06F;
}
.AnyTagClassName
{
color: #CFC06F;
}
</style>
background-color css
<style>
a { background-color: #CFC06F; }
a { background-color: rgb(207,192,111); }
div.DivClassName
{
background-color: #CFC06F;
}
.BgClassName
{
background-color: #CFC06F;
}
</style>
border-color css
<style>
span { border-color: #CFC06F; }
span { border-color: rgb(207,192,111); }
td.TdClassName
{
border-color: #CFC06F;
}
.TagClassName
{
border-color: #CFC06F;
}
</style>