Shades of Putty #CFA773
Tints of Putty #CFA773
RGB
CMYK
RGB Variations
Color information
#CFA773 (or 0xCFA773) is known color: Putty. HEX triplet: CF, A7 and 73. RGB value is (207,167,115). Sum of RGB (Red+Green+Blue) = 207+167+115=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA773 is #30588C. Grayscale: #ADADAD. Windows color (decimal): -3168397 or 7579599. OLE color: 7579599.
HSL color Cylindrical-coordinate representation of color #CFA773: hue angle of 33.91º 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 #CFA773 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 115 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.19 |
| HSL | 33.91º | 0.49% | 0.63% | - |
| HSV(B) | 33.91º | 0.44% | 0.81% | - |
| XYZ | 42.65 | 42.14 | 22.11 | - |
| YUV | 173.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 115 | 0 | 0.19 | 0.44 | 0.19 | 33.91 | 0.49 | 0.63 |
| Hex | CF | A7 | 73 | 0 | 13 | 2C | 13 | 22 | 31 | 3F |
| Octal | 317 | 247 | 163 | 0 | 23 | 54 | 23 | 42 | 61 | 77 |
| Binary | 11001111 | 10100111 | 1110011 | 0 | 10011 | 101100 | 10011 | 100010 | 110001 | 111111 |
Color Harmonies of #CFA773
Complementary color
Monochromatic Colors of #CFA773
Black with #CFA773
Text Example
Text Example
White with #CFA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA773; }
p { color: rgb(207,167,115); }
H1.HeaderClassName
{
color: #CFA773;
}
.AnyTagClassName
{
color: #CFA773;
}
</style>
background-color css
<style>
a { background-color: #CFA773; }
a { background-color: rgb(207,167,115); }
div.DivClassName
{
background-color: #CFA773;
}
.BgClassName
{
background-color: #CFA773;
}
</style>
border-color css
<style>
span { border-color: #CFA773; }
span { border-color: rgb(207,167,115); }
td.TdClassName
{
border-color: #CFA773;
}
.TagClassName
{
border-color: #CFA773;
}
</style>