Shades of Putty #C7A979
Tints of Putty #C7A979
RGB
CMYK
RGB Variations
Color information
#C7A979 (or 0xC7A979) is known color: Putty. HEX triplet: C7, A9 and 79. RGB value is (199,169,121). Sum of RGB (Red+Green+Blue) = 199+169+121=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A979 is #385686. Grayscale: #ACACAC. Windows color (decimal): -3692167 or 7973319. OLE color: 7973319.
HSL color Cylindrical-coordinate representation of color #C7A979: hue angle of 36.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7A979 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 121 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.22 |
| HSL | 36.92º | 0.41% | 0.63% | - |
| HSV(B) | 36.92º | 0.39% | 0.78% | - |
| XYZ | 41.19 | 41.9 | 24.01 | - |
| YUV | 172.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 121 | 0 | 0.15 | 0.39 | 0.22 | 36.92 | 0.41 | 0.63 |
| Hex | C7 | A9 | 79 | 0 | F | 27 | 16 | 25 | 29 | 3F |
| Octal | 307 | 251 | 171 | 0 | 17 | 47 | 26 | 45 | 51 | 77 |
| Binary | 11000111 | 10101001 | 1111001 | 0 | 1111 | 100111 | 10110 | 100101 | 101001 | 111111 |
Color Harmonies of #C7A979
Complementary color
Monochromatic Colors of #C7A979
Black with #C7A979
Text Example
Text Example
White with #C7A979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A979; }
p { color: rgb(199,169,121); }
H1.HeaderClassName
{
color: #C7A979;
}
.AnyTagClassName
{
color: #C7A979;
}
</style>
background-color css
<style>
a { background-color: #C7A979; }
a { background-color: rgb(199,169,121); }
div.DivClassName
{
background-color: #C7A979;
}
.BgClassName
{
background-color: #C7A979;
}
</style>
border-color css
<style>
span { border-color: #C7A979; }
span { border-color: rgb(199,169,121); }
td.TdClassName
{
border-color: #C7A979;
}
.TagClassName
{
border-color: #C7A979;
}
</style>