Shades of Putty #C7A975
Tints of Putty #C7A975
RGB
CMYK
RGB Variations
Color information
#C7A975 (or 0xC7A975) is known color: Putty. HEX triplet: C7, A9 and 75. RGB value is (199,169,117). Sum of RGB (Red+Green+Blue) = 199+169+117=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A975 is #38568A. Grayscale: #ACACAC. Windows color (decimal): -3692171 or 7711175. OLE color: 7711175.
HSL color Cylindrical-coordinate representation of color #C7A975: hue angle of 38.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7A975 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 117 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.22 |
| HSL | 38.05º | 0.42% | 0.62% | - |
| HSV(B) | 38.05º | 0.41% | 0.78% | - |
| XYZ | 40.95 | 41.8 | 22.74 | - |
| YUV | 172.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 117 | 0 | 0.15 | 0.41 | 0.22 | 38.05 | 0.42 | 0.62 |
| Hex | C7 | A9 | 75 | 0 | F | 29 | 16 | 26 | 2A | 3E |
| Octal | 307 | 251 | 165 | 0 | 17 | 51 | 26 | 46 | 52 | 76 |
| Binary | 11000111 | 10101001 | 1110101 | 0 | 1111 | 101001 | 10110 | 100110 | 101010 | 111110 |
Color Harmonies of #C7A975
Complementary color
Monochromatic Colors of #C7A975
Black with #C7A975
Text Example
Text Example
White with #C7A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A975; }
p { color: rgb(199,169,117); }
H1.HeaderClassName
{
color: #C7A975;
}
.AnyTagClassName
{
color: #C7A975;
}
</style>
background-color css
<style>
a { background-color: #C7A975; }
a { background-color: rgb(199,169,117); }
div.DivClassName
{
background-color: #C7A975;
}
.BgClassName
{
background-color: #C7A975;
}
</style>
border-color css
<style>
span { border-color: #C7A975; }
span { border-color: rgb(199,169,117); }
td.TdClassName
{
border-color: #C7A975;
}
.TagClassName
{
border-color: #C7A975;
}
</style>