Shades of Chenin #CFC171
Tints of Chenin #CFC171
RGB
CMYK
RGB Variations
Color information
#CFC171 (or 0xCFC171) is known color: Chenin. HEX triplet: CF, C1 and 71. RGB value is (207,193,113). Sum of RGB (Red+Green+Blue) = 207+193+113=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC171 is #303E8E. Grayscale: #BCBCBC. Windows color (decimal): -3161743 or 7455183. OLE color: 7455183.
HSL color Cylindrical-coordinate representation of color #CFC171: hue angle of 51.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFC171 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 113 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.19 |
| HSL | 51.06º | 0.49% | 0.63% | - |
| HSV(B) | 51.06º | 0.45% | 0.81% | - |
| XYZ | 47.78 | 52.6 | 23.26 | - |
| YUV | 188.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 113 | 0 | 0.07 | 0.45 | 0.19 | 51.06 | 0.49 | 0.63 |
| Hex | CF | C1 | 71 | 0 | 7 | 2D | 13 | 33 | 31 | 3F |
| Octal | 317 | 301 | 161 | 0 | 7 | 55 | 23 | 63 | 61 | 77 |
| Binary | 11001111 | 11000001 | 1110001 | 0 | 111 | 101101 | 10011 | 110011 | 110001 | 111111 |
Color Harmonies of #CFC171
Complementary color
Monochromatic Colors of #CFC171
Black with #CFC171
Text Example
Text Example
White with #CFC171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC171; }
p { color: rgb(207,193,113); }
H1.HeaderClassName
{
color: #CFC171;
}
.AnyTagClassName
{
color: #CFC171;
}
</style>
background-color css
<style>
a { background-color: #CFC171; }
a { background-color: rgb(207,193,113); }
div.DivClassName
{
background-color: #CFC171;
}
.BgClassName
{
background-color: #CFC171;
}
</style>
border-color css
<style>
span { border-color: #CFC171; }
span { border-color: rgb(207,193,113); }
td.TdClassName
{
border-color: #CFC171;
}
.TagClassName
{
border-color: #CFC171;
}
</style>