Shades of Putty #C7A470
Tints of Putty #C7A470
RGB
CMYK
RGB Variations
Color information
#C7A470 (or 0xC7A470) is known color: Putty. HEX triplet: C7, A4 and 70. RGB value is (199,164,112). Sum of RGB (Red+Green+Blue) = 199+164+112=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A470 is #385B8F. Grayscale: #A8A8A8. Windows color (decimal): -3693456 or 7382215. OLE color: 7382215.
HSL color Cylindrical-coordinate representation of color #C7A470: hue angle of 35.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7A470 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 112 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.22 |
| HSL | 35.86º | 0.44% | 0.61% | - |
| HSV(B) | 35.86º | 0.44% | 0.78% | - |
| XYZ | 39.75 | 39.86 | 20.93 | - |
| YUV | 168.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 112 | 0 | 0.18 | 0.44 | 0.22 | 35.86 | 0.44 | 0.61 |
| Hex | C7 | A4 | 70 | 0 | 12 | 2C | 16 | 24 | 2C | 3D |
| Octal | 307 | 244 | 160 | 0 | 22 | 54 | 26 | 44 | 54 | 75 |
| Binary | 11000111 | 10100100 | 1110000 | 0 | 10010 | 101100 | 10110 | 100100 | 101100 | 111101 |
Color Harmonies of #C7A470
Complementary color
Monochromatic Colors of #C7A470
Black with #C7A470
Text Example
Text Example
White with #C7A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A470; }
p { color: rgb(199,164,112); }
H1.HeaderClassName
{
color: #C7A470;
}
.AnyTagClassName
{
color: #C7A470;
}
</style>
background-color css
<style>
a { background-color: #C7A470; }
a { background-color: rgb(199,164,112); }
div.DivClassName
{
background-color: #C7A470;
}
.BgClassName
{
background-color: #C7A470;
}
</style>
border-color css
<style>
span { border-color: #C7A470; }
span { border-color: rgb(199,164,112); }
td.TdClassName
{
border-color: #C7A470;
}
.TagClassName
{
border-color: #C7A470;
}
</style>