Shades of Putty #C7A476
Tints of Putty #C7A476
RGB
CMYK
RGB Variations
Color information
#C7A476 (or 0xC7A476) is known color: Putty. HEX triplet: C7, A4 and 76. RGB value is (199,164,118). Sum of RGB (Red+Green+Blue) = 199+164+118=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A476 is #385B89. Grayscale: #A9A9A9. Windows color (decimal): -3693450 or 7775431. OLE color: 7775431.
HSL color Cylindrical-coordinate representation of color #C7A476: hue angle of 34.07º 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 #C7A476 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 118 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.22 |
| HSL | 34.07º | 0.42% | 0.62% | - |
| HSV(B) | 34.07º | 0.41% | 0.78% | - |
| XYZ | 40.1 | 40 | 22.75 | - |
| YUV | 169.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 118 | 0 | 0.18 | 0.41 | 0.22 | 34.07 | 0.42 | 0.62 |
| Hex | C7 | A4 | 76 | 0 | 12 | 29 | 16 | 22 | 2A | 3E |
| Octal | 307 | 244 | 166 | 0 | 22 | 51 | 26 | 42 | 52 | 76 |
| Binary | 11000111 | 10100100 | 1110110 | 0 | 10010 | 101001 | 10110 | 100010 | 101010 | 111110 |
Color Harmonies of #C7A476
Complementary color
Monochromatic Colors of #C7A476
Black with #C7A476
Text Example
Text Example
White with #C7A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A476; }
p { color: rgb(199,164,118); }
H1.HeaderClassName
{
color: #C7A476;
}
.AnyTagClassName
{
color: #C7A476;
}
</style>
background-color css
<style>
a { background-color: #C7A476; }
a { background-color: rgb(199,164,118); }
div.DivClassName
{
background-color: #C7A476;
}
.BgClassName
{
background-color: #C7A476;
}
</style>
border-color css
<style>
span { border-color: #C7A476; }
span { border-color: rgb(199,164,118); }
td.TdClassName
{
border-color: #C7A476;
}
.TagClassName
{
border-color: #C7A476;
}
</style>