Shades of Putty #CFA473
Tints of Putty #CFA473
RGB
CMYK
RGB Variations
Color information
#CFA473 (or 0xCFA473) is known color: Putty. HEX triplet: CF, A4 and 73. RGB value is (207,164,115). Sum of RGB (Red+Green+Blue) = 207+164+115=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA473 is #305B8C. Grayscale: #ABABAB. Windows color (decimal): -3169165 or 7578831. OLE color: 7578831.
HSL color Cylindrical-coordinate representation of color #CFA473: hue angle of 31.96º 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 #CFA473 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 115 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.19 |
| HSL | 31.96º | 0.49% | 0.63% | - |
| HSV(B) | 31.96º | 0.44% | 0.81% | - |
| XYZ | 42.1 | 41.05 | 21.92 | - |
| YUV | 171.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 115 | 0 | 0.21 | 0.44 | 0.19 | 31.96 | 0.49 | 0.63 |
| Hex | CF | A4 | 73 | 0 | 15 | 2C | 13 | 20 | 31 | 3F |
| Octal | 317 | 244 | 163 | 0 | 25 | 54 | 23 | 40 | 61 | 77 |
| Binary | 11001111 | 10100100 | 1110011 | 0 | 10101 | 101100 | 10011 | 100000 | 110001 | 111111 |
Color Harmonies of #CFA473
Complementary color
Monochromatic Colors of #CFA473
Black with #CFA473
Text Example
Text Example
White with #CFA473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA473; }
p { color: rgb(207,164,115); }
H1.HeaderClassName
{
color: #CFA473;
}
.AnyTagClassName
{
color: #CFA473;
}
</style>
background-color css
<style>
a { background-color: #CFA473; }
a { background-color: rgb(207,164,115); }
div.DivClassName
{
background-color: #CFA473;
}
.BgClassName
{
background-color: #CFA473;
}
</style>
border-color css
<style>
span { border-color: #CFA473; }
span { border-color: rgb(207,164,115); }
td.TdClassName
{
border-color: #CFA473;
}
.TagClassName
{
border-color: #CFA473;
}
</style>