Shades of Chenin #CFC170
Tints of Chenin #CFC170
RGB
CMYK
RGB Variations
Color information
#CFC170 (or 0xCFC170) is known color: Chenin. HEX triplet: CF, C1 and 70. RGB value is (207,193,112). Sum of RGB (Red+Green+Blue) = 207+193+112=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC170 is #303E8F. Grayscale: #BCBCBC. Windows color (decimal): -3161744 or 7389647. OLE color: 7389647.
HSL color Cylindrical-coordinate representation of color #CFC170: hue angle of 51.16º 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 #CFC170 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 112 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.19 |
| HSL | 51.16º | 0.5% | 0.63% | - |
| HSV(B) | 51.16º | 0.46% | 0.81% | - |
| XYZ | 47.73 | 52.58 | 22.96 | - |
| YUV | 187.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 112 | 0 | 0.07 | 0.46 | 0.19 | 51.16 | 0.5 | 0.63 |
| Hex | CF | C1 | 70 | 0 | 7 | 2E | 13 | 33 | 32 | 3F |
| Octal | 317 | 301 | 160 | 0 | 7 | 56 | 23 | 63 | 62 | 77 |
| Binary | 11001111 | 11000001 | 1110000 | 0 | 111 | 101110 | 10011 | 110011 | 110010 | 111111 |
Color Harmonies of #CFC170
Complementary color
Monochromatic Colors of #CFC170
Black with #CFC170
Text Example
Text Example
White with #CFC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC170; }
p { color: rgb(207,193,112); }
H1.HeaderClassName
{
color: #CFC170;
}
.AnyTagClassName
{
color: #CFC170;
}
</style>
background-color css
<style>
a { background-color: #CFC170; }
a { background-color: rgb(207,193,112); }
div.DivClassName
{
background-color: #CFC170;
}
.BgClassName
{
background-color: #CFC170;
}
</style>
border-color css
<style>
span { border-color: #CFC170; }
span { border-color: rgb(207,193,112); }
td.TdClassName
{
border-color: #CFC170;
}
.TagClassName
{
border-color: #CFC170;
}
</style>