Shades of Putty #CFA770
Tints of Putty #CFA770
RGB
CMYK
RGB Variations
Color information
#CFA770 (or 0xCFA770) is known color: Putty. HEX triplet: CF, A7 and 70. RGB value is (207,167,112). Sum of RGB (Red+Green+Blue) = 207+167+112=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA770 is #30588F. Grayscale: #ACACAC. Windows color (decimal): -3168400 or 7382991. OLE color: 7382991.
HSL color Cylindrical-coordinate representation of color #CFA770: hue angle of 34.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA770 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 112 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.19 |
| HSL | 34.74º | 0.5% | 0.63% | - |
| HSV(B) | 34.74º | 0.46% | 0.81% | - |
| XYZ | 42.48 | 42.07 | 21.21 | - |
| YUV | 172.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 112 | 0 | 0.19 | 0.46 | 0.19 | 34.74 | 0.5 | 0.63 |
| Hex | CF | A7 | 70 | 0 | 13 | 2E | 13 | 23 | 32 | 3F |
| Octal | 317 | 247 | 160 | 0 | 23 | 56 | 23 | 43 | 62 | 77 |
| Binary | 11001111 | 10100111 | 1110000 | 0 | 10011 | 101110 | 10011 | 100011 | 110010 | 111111 |
Color Harmonies of #CFA770
Complementary color
Monochromatic Colors of #CFA770
Black with #CFA770
Text Example
Text Example
White with #CFA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA770; }
p { color: rgb(207,167,112); }
H1.HeaderClassName
{
color: #CFA770;
}
.AnyTagClassName
{
color: #CFA770;
}
</style>
background-color css
<style>
a { background-color: #CFA770; }
a { background-color: rgb(207,167,112); }
div.DivClassName
{
background-color: #CFA770;
}
.BgClassName
{
background-color: #CFA770;
}
</style>
border-color css
<style>
span { border-color: #CFA770; }
span { border-color: rgb(207,167,112); }
td.TdClassName
{
border-color: #CFA770;
}
.TagClassName
{
border-color: #CFA770;
}
</style>