Shades of Putty #C7A675
Tints of Putty #C7A675
RGB
CMYK
RGB Variations
Color information
#C7A675 (or 0xC7A675) is known color: Putty. HEX triplet: C7, A6 and 75. RGB value is (199,166,117). Sum of RGB (Red+Green+Blue) = 199+166+117=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A675 is #38598A. Grayscale: #AAAAAA. Windows color (decimal): -3692939 or 7710407. OLE color: 7710407.
HSL color Cylindrical-coordinate representation of color #C7A675: hue angle of 35.85º 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 #C7A675 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 117 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.22 |
| HSL | 35.85º | 0.42% | 0.62% | - |
| HSV(B) | 35.85º | 0.41% | 0.78% | - |
| XYZ | 40.4 | 40.7 | 22.56 | - |
| YUV | 170.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 117 | 0 | 0.17 | 0.41 | 0.22 | 35.85 | 0.42 | 0.62 |
| Hex | C7 | A6 | 75 | 0 | 11 | 29 | 16 | 24 | 2A | 3E |
| Octal | 307 | 246 | 165 | 0 | 21 | 51 | 26 | 44 | 52 | 76 |
| Binary | 11000111 | 10100110 | 1110101 | 0 | 10001 | 101001 | 10110 | 100100 | 101010 | 111110 |
Color Harmonies of #C7A675
Complementary color
Monochromatic Colors of #C7A675
Black with #C7A675
Text Example
Text Example
White with #C7A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A675; }
p { color: rgb(199,166,117); }
H1.HeaderClassName
{
color: #C7A675;
}
.AnyTagClassName
{
color: #C7A675;
}
</style>
background-color css
<style>
a { background-color: #C7A675; }
a { background-color: rgb(199,166,117); }
div.DivClassName
{
background-color: #C7A675;
}
.BgClassName
{
background-color: #C7A675;
}
</style>
border-color css
<style>
span { border-color: #C7A675; }
span { border-color: rgb(199,166,117); }
td.TdClassName
{
border-color: #C7A675;
}
.TagClassName
{
border-color: #C7A675;
}
</style>