Shades of Putty #CFA870
Tints of Putty #CFA870
RGB
CMYK
RGB Variations
Color information
#CFA870 (or 0xCFA870) is known color: Putty. HEX triplet: CF, A8 and 70. RGB value is (207,168,112). Sum of RGB (Red+Green+Blue) = 207+168+112=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA870 is #30578F. Grayscale: #ADADAD. Windows color (decimal): -3168144 or 7383247. OLE color: 7383247.
HSL color Cylindrical-coordinate representation of color #CFA870: hue angle of 35.37º 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 #CFA870 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 112 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.19 |
| HSL | 35.37º | 0.5% | 0.63% | - |
| HSV(B) | 35.37º | 0.46% | 0.81% | - |
| XYZ | 42.66 | 42.44 | 21.27 | - |
| YUV | 173.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 112 | 0 | 0.19 | 0.46 | 0.19 | 35.37 | 0.5 | 0.63 |
| Hex | CF | A8 | 70 | 0 | 13 | 2E | 13 | 23 | 32 | 3F |
| Octal | 317 | 250 | 160 | 0 | 23 | 56 | 23 | 43 | 62 | 77 |
| Binary | 11001111 | 10101000 | 1110000 | 0 | 10011 | 101110 | 10011 | 100011 | 110010 | 111111 |
Color Harmonies of #CFA870
Complementary color
Monochromatic Colors of #CFA870
Black with #CFA870
Text Example
Text Example
White with #CFA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA870; }
p { color: rgb(207,168,112); }
H1.HeaderClassName
{
color: #CFA870;
}
.AnyTagClassName
{
color: #CFA870;
}
</style>
background-color css
<style>
a { background-color: #CFA870; }
a { background-color: rgb(207,168,112); }
div.DivClassName
{
background-color: #CFA870;
}
.BgClassName
{
background-color: #CFA870;
}
</style>
border-color css
<style>
span { border-color: #CFA870; }
span { border-color: rgb(207,168,112); }
td.TdClassName
{
border-color: #CFA870;
}
.TagClassName
{
border-color: #CFA870;
}
</style>