Shades of Putty #CFAA73
Tints of Putty #CFAA73
RGB
CMYK
RGB Variations
Color information
#CFAA73 (or 0xCFAA73) is known color: Putty. HEX triplet: CF, AA and 73. RGB value is (207,170,115). Sum of RGB (Red+Green+Blue) = 207+170+115=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA73 is #30558C. Grayscale: #AFAFAF. Windows color (decimal): -3167629 or 7580367. OLE color: 7580367.
HSL color Cylindrical-coordinate representation of color #CFAA73: hue angle of 35.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFAA73 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 115 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.19 |
| HSL | 35.87º | 0.49% | 0.63% | - |
| HSV(B) | 35.87º | 0.44% | 0.81% | - |
| XYZ | 43.2 | 43.25 | 22.29 | - |
| YUV | 174.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 115 | 0 | 0.18 | 0.44 | 0.19 | 35.87 | 0.49 | 0.63 |
| Hex | CF | AA | 73 | 0 | 12 | 2C | 13 | 24 | 31 | 3F |
| Octal | 317 | 252 | 163 | 0 | 22 | 54 | 23 | 44 | 61 | 77 |
| Binary | 11001111 | 10101010 | 1110011 | 0 | 10010 | 101100 | 10011 | 100100 | 110001 | 111111 |
Color Harmonies of #CFAA73
Complementary color
Monochromatic Colors of #CFAA73
Black with #CFAA73
Text Example
Text Example
White with #CFAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA73; }
p { color: rgb(207,170,115); }
H1.HeaderClassName
{
color: #CFAA73;
}
.AnyTagClassName
{
color: #CFAA73;
}
</style>
background-color css
<style>
a { background-color: #CFAA73; }
a { background-color: rgb(207,170,115); }
div.DivClassName
{
background-color: #CFAA73;
}
.BgClassName
{
background-color: #CFAA73;
}
</style>
border-color css
<style>
span { border-color: #CFAA73; }
span { border-color: rgb(207,170,115); }
td.TdClassName
{
border-color: #CFAA73;
}
.TagClassName
{
border-color: #CFAA73;
}
</style>