Shades of Putty #CFA971
Tints of Putty #CFA971
RGB
CMYK
RGB Variations
Color information
#CFA971 (or 0xCFA971) is known color: Putty. HEX triplet: CF, A9 and 71. RGB value is (207,169,113). Sum of RGB (Red+Green+Blue) = 207+169+113=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA971 is #30568E. Grayscale: #AEAEAE. Windows color (decimal): -3167887 or 7449039. OLE color: 7449039.
HSL color Cylindrical-coordinate representation of color #CFA971: hue angle of 35.74º 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 #CFA971 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 113 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.19 |
| HSL | 35.74º | 0.49% | 0.63% | - |
| HSV(B) | 35.74º | 0.45% | 0.81% | - |
| XYZ | 42.9 | 42.83 | 21.63 | - |
| YUV | 173.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 113 | 0 | 0.18 | 0.45 | 0.19 | 35.74 | 0.49 | 0.63 |
| Hex | CF | A9 | 71 | 0 | 12 | 2D | 13 | 24 | 31 | 3F |
| Octal | 317 | 251 | 161 | 0 | 22 | 55 | 23 | 44 | 61 | 77 |
| Binary | 11001111 | 10101001 | 1110001 | 0 | 10010 | 101101 | 10011 | 100100 | 110001 | 111111 |
Color Harmonies of #CFA971
Complementary color
Monochromatic Colors of #CFA971
Black with #CFA971
Text Example
Text Example
White with #CFA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA971; }
p { color: rgb(207,169,113); }
H1.HeaderClassName
{
color: #CFA971;
}
.AnyTagClassName
{
color: #CFA971;
}
</style>
background-color css
<style>
a { background-color: #CFA971; }
a { background-color: rgb(207,169,113); }
div.DivClassName
{
background-color: #CFA971;
}
.BgClassName
{
background-color: #CFA971;
}
</style>
border-color css
<style>
span { border-color: #CFA971; }
span { border-color: rgb(207,169,113); }
td.TdClassName
{
border-color: #CFA971;
}
.TagClassName
{
border-color: #CFA971;
}
</style>