Shades of Putty #C5AA76
Tints of Putty #C5AA76
RGB
CMYK
RGB Variations
Color information
#C5AA76 (or 0xC5AA76) is known color: Putty. HEX triplet: C5, AA and 76. RGB value is (197,170,118). Sum of RGB (Red+Green+Blue) = 197+170+118=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA76 is #3A5589. Grayscale: #ACACAC. Windows color (decimal): -3822986 or 7776965. OLE color: 7776965.
HSL color Cylindrical-coordinate representation of color #C5AA76: hue angle of 39.49º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5AA76 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 118 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.23 |
| HSL | 39.49º | 0.41% | 0.62% | - |
| HSV(B) | 39.49º | 0.4% | 0.77% | - |
| XYZ | 40.67 | 41.93 | 23.09 | - |
| YUV | 172.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 118 | 0 | 0.14 | 0.40 | 0.23 | 39.49 | 0.41 | 0.62 |
| Hex | C5 | AA | 76 | 0 | E | 28 | 17 | 27 | 29 | 3E |
| Octal | 305 | 252 | 166 | 0 | 16 | 50 | 27 | 47 | 51 | 76 |
| Binary | 11000101 | 10101010 | 1110110 | 0 | 1110 | 101000 | 10111 | 100111 | 101001 | 111110 |
Color Harmonies of #C5AA76
Complementary color
Monochromatic Colors of #C5AA76
Black with #C5AA76
Text Example
Text Example
White with #C5AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA76; }
p { color: rgb(197,170,118); }
H1.HeaderClassName
{
color: #C5AA76;
}
.AnyTagClassName
{
color: #C5AA76;
}
</style>
background-color css
<style>
a { background-color: #C5AA76; }
a { background-color: rgb(197,170,118); }
div.DivClassName
{
background-color: #C5AA76;
}
.BgClassName
{
background-color: #C5AA76;
}
</style>
border-color css
<style>
span { border-color: #C5AA76; }
span { border-color: rgb(197,170,118); }
td.TdClassName
{
border-color: #C5AA76;
}
.TagClassName
{
border-color: #C5AA76;
}
</style>