Shades of Putty #CFA470
Tints of Putty #CFA470
RGB
CMYK
RGB Variations
Color information
#CFA470 (or 0xCFA470) is known color: Putty. HEX triplet: CF, A4 and 70. RGB value is (207,164,112). Sum of RGB (Red+Green+Blue) = 207+164+112=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA470 is #305B8F. Grayscale: #ABABAB. Windows color (decimal): -3169168 or 7382223. OLE color: 7382223.
HSL color Cylindrical-coordinate representation of color #CFA470: hue angle of 32.84º 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 #CFA470 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 112 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.19 |
| HSL | 32.84º | 0.5% | 0.63% | - |
| HSV(B) | 32.84º | 0.46% | 0.81% | - |
| XYZ | 41.93 | 40.99 | 21.03 | - |
| YUV | 170.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 112 | 0 | 0.21 | 0.46 | 0.19 | 32.84 | 0.5 | 0.63 |
| Hex | CF | A4 | 70 | 0 | 15 | 2E | 13 | 21 | 32 | 3F |
| Octal | 317 | 244 | 160 | 0 | 25 | 56 | 23 | 41 | 62 | 77 |
| Binary | 11001111 | 10100100 | 1110000 | 0 | 10101 | 101110 | 10011 | 100001 | 110010 | 111111 |
Color Harmonies of #CFA470
Complementary color
Monochromatic Colors of #CFA470
Black with #CFA470
Text Example
Text Example
White with #CFA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA470; }
p { color: rgb(207,164,112); }
H1.HeaderClassName
{
color: #CFA470;
}
.AnyTagClassName
{
color: #CFA470;
}
</style>
background-color css
<style>
a { background-color: #CFA470; }
a { background-color: rgb(207,164,112); }
div.DivClassName
{
background-color: #CFA470;
}
.BgClassName
{
background-color: #CFA470;
}
</style>
border-color css
<style>
span { border-color: #CFA470; }
span { border-color: rgb(207,164,112); }
td.TdClassName
{
border-color: #CFA470;
}
.TagClassName
{
border-color: #CFA470;
}
</style>