Shades of Putty #CFAA72
Tints of Putty #CFAA72
RGB
CMYK
RGB Variations
Color information
#CFAA72 (or 0xCFAA72) is known color: Putty. HEX triplet: CF, AA and 72. RGB value is (207,170,114). Sum of RGB (Red+Green+Blue) = 207+170+114=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA72 is #30558D. Grayscale: #AEAEAE. Windows color (decimal): -3167630 or 7514831. OLE color: 7514831.
HSL color Cylindrical-coordinate representation of color #CFAA72: hue angle of 36.13º 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 #CFAA72 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 114 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.19 |
| HSL | 36.13º | 0.49% | 0.63% | - |
| HSV(B) | 36.13º | 0.45% | 0.81% | - |
| XYZ | 43.14 | 43.23 | 21.99 | - |
| YUV | 174.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 114 | 0 | 0.18 | 0.45 | 0.19 | 36.13 | 0.49 | 0.63 |
| Hex | CF | AA | 72 | 0 | 12 | 2D | 13 | 24 | 31 | 3F |
| Octal | 317 | 252 | 162 | 0 | 22 | 55 | 23 | 44 | 61 | 77 |
| Binary | 11001111 | 10101010 | 1110010 | 0 | 10010 | 101101 | 10011 | 100100 | 110001 | 111111 |
Color Harmonies of #CFAA72
Complementary color
Monochromatic Colors of #CFAA72
Black with #CFAA72
Text Example
Text Example
White with #CFAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA72; }
p { color: rgb(207,170,114); }
H1.HeaderClassName
{
color: #CFAA72;
}
.AnyTagClassName
{
color: #CFAA72;
}
</style>
background-color css
<style>
a { background-color: #CFAA72; }
a { background-color: rgb(207,170,114); }
div.DivClassName
{
background-color: #CFAA72;
}
.BgClassName
{
background-color: #CFAA72;
}
</style>
border-color css
<style>
span { border-color: #CFAA72; }
span { border-color: rgb(207,170,114); }
td.TdClassName
{
border-color: #CFAA72;
}
.TagClassName
{
border-color: #CFAA72;
}
</style>