Shades of Putty #CFAA70
Tints of Putty #CFAA70
RGB
CMYK
RGB Variations
Color information
#CFAA70 (or 0xCFAA70) is known color: Putty. HEX triplet: CF, AA and 70. RGB value is (207,170,112). Sum of RGB (Red+Green+Blue) = 207+170+112=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA70 is #30558F. Grayscale: #AEAEAE. Windows color (decimal): -3167632 or 7383759. OLE color: 7383759.
HSL color Cylindrical-coordinate representation of color #CFAA70: hue angle of 36.63º 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 #CFAA70 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 112 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.19 |
| HSL | 36.63º | 0.5% | 0.63% | - |
| HSV(B) | 36.63º | 0.46% | 0.81% | - |
| XYZ | 43.03 | 43.18 | 21.4 | - |
| YUV | 174.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 112 | 0 | 0.18 | 0.46 | 0.19 | 36.63 | 0.5 | 0.63 |
| Hex | CF | AA | 70 | 0 | 12 | 2E | 13 | 25 | 32 | 3F |
| Octal | 317 | 252 | 160 | 0 | 22 | 56 | 23 | 45 | 62 | 77 |
| Binary | 11001111 | 10101010 | 1110000 | 0 | 10010 | 101110 | 10011 | 100101 | 110010 | 111111 |
Color Harmonies of #CFAA70
Complementary color
Monochromatic Colors of #CFAA70
Black with #CFAA70
Text Example
Text Example
White with #CFAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA70; }
p { color: rgb(207,170,112); }
H1.HeaderClassName
{
color: #CFAA70;
}
.AnyTagClassName
{
color: #CFAA70;
}
</style>
background-color css
<style>
a { background-color: #CFAA70; }
a { background-color: rgb(207,170,112); }
div.DivClassName
{
background-color: #CFAA70;
}
.BgClassName
{
background-color: #CFAA70;
}
</style>
border-color css
<style>
span { border-color: #CFAA70; }
span { border-color: rgb(207,170,112); }
td.TdClassName
{
border-color: #CFAA70;
}
.TagClassName
{
border-color: #CFAA70;
}
</style>