Shades of Putty #CFA471
Tints of Putty #CFA471
RGB
CMYK
RGB Variations
Color information
#CFA471 (or 0xCFA471) is known color: Putty. HEX triplet: CF, A4 and 71. RGB value is (207,164,113). Sum of RGB (Red+Green+Blue) = 207+164+113=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA471 is #305B8E. Grayscale: #ABABAB. Windows color (decimal): -3169167 or 7447759. OLE color: 7447759.
HSL color Cylindrical-coordinate representation of color #CFA471: hue angle of 32.55º 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 #CFA471 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 113 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.19 |
| HSL | 32.55º | 0.49% | 0.63% | - |
| HSV(B) | 32.55º | 0.45% | 0.81% | - |
| XYZ | 41.99 | 41.01 | 21.33 | - |
| YUV | 171.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 113 | 0 | 0.21 | 0.45 | 0.19 | 32.55 | 0.49 | 0.63 |
| Hex | CF | A4 | 71 | 0 | 15 | 2D | 13 | 21 | 31 | 3F |
| Octal | 317 | 244 | 161 | 0 | 25 | 55 | 23 | 41 | 61 | 77 |
| Binary | 11001111 | 10100100 | 1110001 | 0 | 10101 | 101101 | 10011 | 100001 | 110001 | 111111 |
Color Harmonies of #CFA471
Complementary color
Monochromatic Colors of #CFA471
Black with #CFA471
Text Example
Text Example
White with #CFA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA471; }
p { color: rgb(207,164,113); }
H1.HeaderClassName
{
color: #CFA471;
}
.AnyTagClassName
{
color: #CFA471;
}
</style>
background-color css
<style>
a { background-color: #CFA471; }
a { background-color: rgb(207,164,113); }
div.DivClassName
{
background-color: #CFA471;
}
.BgClassName
{
background-color: #CFA471;
}
</style>
border-color css
<style>
span { border-color: #CFA471; }
span { border-color: rgb(207,164,113); }
td.TdClassName
{
border-color: #CFA471;
}
.TagClassName
{
border-color: #CFA471;
}
</style>