Shades of Chenin #CFC270
Tints of Chenin #CFC270
RGB
CMYK
RGB Variations
Color information
#CFC270 (or 0xCFC270) is known color: Chenin. HEX triplet: CF, C2 and 70. RGB value is (207,194,112). Sum of RGB (Red+Green+Blue) = 207+194+112=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC270 is #303D8F. Grayscale: #BCBCBC. Windows color (decimal): -3161488 or 7389903. OLE color: 7389903.
HSL color Cylindrical-coordinate representation of color #CFC270: hue angle of 51.79º 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 #CFC270 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 112 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.19 |
| HSL | 51.79º | 0.5% | 0.63% | - |
| HSV(B) | 51.79º | 0.46% | 0.81% | - |
| XYZ | 47.95 | 53.02 | 23.04 | - |
| YUV | 188.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 112 | 0 | 0.06 | 0.46 | 0.19 | 51.79 | 0.5 | 0.63 |
| Hex | CF | C2 | 70 | 0 | 6 | 2E | 13 | 34 | 32 | 3F |
| Octal | 317 | 302 | 160 | 0 | 6 | 56 | 23 | 64 | 62 | 77 |
| Binary | 11001111 | 11000010 | 1110000 | 0 | 110 | 101110 | 10011 | 110100 | 110010 | 111111 |
Color Harmonies of #CFC270
Complementary color
Monochromatic Colors of #CFC270
Black with #CFC270
Text Example
Text Example
White with #CFC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC270; }
p { color: rgb(207,194,112); }
H1.HeaderClassName
{
color: #CFC270;
}
.AnyTagClassName
{
color: #CFC270;
}
</style>
background-color css
<style>
a { background-color: #CFC270; }
a { background-color: rgb(207,194,112); }
div.DivClassName
{
background-color: #CFC270;
}
.BgClassName
{
background-color: #CFC270;
}
</style>
border-color css
<style>
span { border-color: #CFC270; }
span { border-color: rgb(207,194,112); }
td.TdClassName
{
border-color: #CFC270;
}
.TagClassName
{
border-color: #CFC270;
}
</style>