Shades of Putty #C5AA74
Tints of Putty #C5AA74
RGB
CMYK
RGB Variations
Color information
#C5AA74 (or 0xC5AA74) is known color: Putty. HEX triplet: C5, AA and 74. RGB value is (197,170,116). Sum of RGB (Red+Green+Blue) = 197+170+116=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA74 is #3A558B. Grayscale: #ACACAC. Windows color (decimal): -3822988 or 7645893. OLE color: 7645893.
HSL color Cylindrical-coordinate representation of color #C5AA74: hue angle of 40º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5AA74 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 116 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.23 |
| HSL | 40º | 0.41% | 0.61% | - |
| HSV(B) | 40º | 0.41% | 0.77% | - |
| XYZ | 40.55 | 41.88 | 22.47 | - |
| YUV | 171.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 116 | 0 | 0.14 | 0.41 | 0.23 | 40 | 0.41 | 0.61 |
| Hex | C5 | AA | 74 | 0 | E | 29 | 17 | 28 | 29 | 3D |
| Octal | 305 | 252 | 164 | 0 | 16 | 51 | 27 | 50 | 51 | 75 |
| Binary | 11000101 | 10101010 | 1110100 | 0 | 1110 | 101001 | 10111 | 101000 | 101001 | 111101 |
Color Harmonies of #C5AA74
Complementary color
Monochromatic Colors of #C5AA74
Black with #C5AA74
Text Example
Text Example
White with #C5AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA74; }
p { color: rgb(197,170,116); }
H1.HeaderClassName
{
color: #C5AA74;
}
.AnyTagClassName
{
color: #C5AA74;
}
</style>
background-color css
<style>
a { background-color: #C5AA74; }
a { background-color: rgb(197,170,116); }
div.DivClassName
{
background-color: #C5AA74;
}
.BgClassName
{
background-color: #C5AA74;
}
</style>
border-color css
<style>
span { border-color: #C5AA74; }
span { border-color: rgb(197,170,116); }
td.TdClassName
{
border-color: #C5AA74;
}
.TagClassName
{
border-color: #C5AA74;
}
</style>