Shades of Putty #CFA873
Tints of Putty #CFA873
RGB
CMYK
RGB Variations
Color information
#CFA873 (or 0xCFA873) is known color: Putty. HEX triplet: CF, A8 and 73. RGB value is (207,168,115). Sum of RGB (Red+Green+Blue) = 207+168+115=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA873 is #30578C. Grayscale: #ADADAD. Windows color (decimal): -3168141 or 7579855. OLE color: 7579855.
HSL color Cylindrical-coordinate representation of color #CFA873: hue angle of 34.57º 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 #CFA873 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 115 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.19 |
| HSL | 34.57º | 0.49% | 0.63% | - |
| HSV(B) | 34.57º | 0.44% | 0.81% | - |
| XYZ | 42.83 | 42.51 | 22.17 | - |
| YUV | 173.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 115 | 0 | 0.19 | 0.44 | 0.19 | 34.57 | 0.49 | 0.63 |
| Hex | CF | A8 | 73 | 0 | 13 | 2C | 13 | 23 | 31 | 3F |
| Octal | 317 | 250 | 163 | 0 | 23 | 54 | 23 | 43 | 61 | 77 |
| Binary | 11001111 | 10101000 | 1110011 | 0 | 10011 | 101100 | 10011 | 100011 | 110001 | 111111 |
Color Harmonies of #CFA873
Complementary color
Monochromatic Colors of #CFA873
Black with #CFA873
Text Example
Text Example
White with #CFA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA873; }
p { color: rgb(207,168,115); }
H1.HeaderClassName
{
color: #CFA873;
}
.AnyTagClassName
{
color: #CFA873;
}
</style>
background-color css
<style>
a { background-color: #CFA873; }
a { background-color: rgb(207,168,115); }
div.DivClassName
{
background-color: #CFA873;
}
.BgClassName
{
background-color: #CFA873;
}
</style>
border-color css
<style>
span { border-color: #CFA873; }
span { border-color: rgb(207,168,115); }
td.TdClassName
{
border-color: #CFA873;
}
.TagClassName
{
border-color: #CFA873;
}
</style>