Shades of Putty #CFA370
Tints of Putty #CFA370
RGB
CMYK
RGB Variations
Color information
#CFA370 (or 0xCFA370) is known color: Putty. HEX triplet: CF, A3 and 70. RGB value is (207,163,112). Sum of RGB (Red+Green+Blue) = 207+163+112=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA370 is #305C8F. Grayscale: #AAAAAA. Windows color (decimal): -3169424 or 7381967. OLE color: 7381967.
HSL color Cylindrical-coordinate representation of color #CFA370: hue angle of 32.21º 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 #CFA370 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 112 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.19 |
| HSL | 32.21º | 0.5% | 0.63% | - |
| HSV(B) | 32.21º | 0.46% | 0.81% | - |
| XYZ | 41.75 | 40.63 | 20.97 | - |
| YUV | 170.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 112 | 0 | 0.21 | 0.46 | 0.19 | 32.21 | 0.5 | 0.63 |
| Hex | CF | A3 | 70 | 0 | 15 | 2E | 13 | 20 | 32 | 3F |
| Octal | 317 | 243 | 160 | 0 | 25 | 56 | 23 | 40 | 62 | 77 |
| Binary | 11001111 | 10100011 | 1110000 | 0 | 10101 | 101110 | 10011 | 100000 | 110010 | 111111 |
Color Harmonies of #CFA370
Complementary color
Monochromatic Colors of #CFA370
Black with #CFA370
Text Example
Text Example
White with #CFA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA370; }
p { color: rgb(207,163,112); }
H1.HeaderClassName
{
color: #CFA370;
}
.AnyTagClassName
{
color: #CFA370;
}
</style>
background-color css
<style>
a { background-color: #CFA370; }
a { background-color: rgb(207,163,112); }
div.DivClassName
{
background-color: #CFA370;
}
.BgClassName
{
background-color: #CFA370;
}
</style>
border-color css
<style>
span { border-color: #CFA370; }
span { border-color: rgb(207,163,112); }
td.TdClassName
{
border-color: #CFA370;
}
.TagClassName
{
border-color: #CFA370;
}
</style>