Shades of Chenin #CFC070
Tints of Chenin #CFC070
RGB
CMYK
RGB Variations
Color information
#CFC070 (or 0xCFC070) is known color: Chenin. HEX triplet: CF, C0 and 70. RGB value is (207,192,112). Sum of RGB (Red+Green+Blue) = 207+192+112=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC070 is #303F8F. Grayscale: #BBBBBB. Windows color (decimal): -3162000 or 7389391. OLE color: 7389391.
HSL color Cylindrical-coordinate representation of color #CFC070: hue angle of 50.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC070 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 112 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.19 |
| HSL | 50.53º | 0.5% | 0.63% | - |
| HSV(B) | 50.53º | 0.46% | 0.81% | - |
| XYZ | 47.51 | 52.13 | 22.89 | - |
| YUV | 187.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 112 | 0 | 0.07 | 0.46 | 0.19 | 50.53 | 0.5 | 0.63 |
| Hex | CF | C0 | 70 | 0 | 7 | 2E | 13 | 33 | 32 | 3F |
| Octal | 317 | 300 | 160 | 0 | 7 | 56 | 23 | 63 | 62 | 77 |
| Binary | 11001111 | 11000000 | 1110000 | 0 | 111 | 101110 | 10011 | 110011 | 110010 | 111111 |
Color Harmonies of #CFC070
Complementary color
Monochromatic Colors of #CFC070
Black with #CFC070
Text Example
Text Example
White with #CFC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC070; }
p { color: rgb(207,192,112); }
H1.HeaderClassName
{
color: #CFC070;
}
.AnyTagClassName
{
color: #CFC070;
}
</style>
background-color css
<style>
a { background-color: #CFC070; }
a { background-color: rgb(207,192,112); }
div.DivClassName
{
background-color: #CFC070;
}
.BgClassName
{
background-color: #CFC070;
}
</style>
border-color css
<style>
span { border-color: #CFC070; }
span { border-color: rgb(207,192,112); }
td.TdClassName
{
border-color: #CFC070;
}
.TagClassName
{
border-color: #CFC070;
}
</style>