Shades of Putty #C4AA71
Tints of Putty #C4AA71
RGB
CMYK
RGB Variations
Color information
#C4AA71 (or 0xC4AA71) is known color: Putty. HEX triplet: C4, AA and 71. RGB value is (196,170,113). Sum of RGB (Red+Green+Blue) = 196+170+113=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA71 is #3B558E. Grayscale: #ABABAB. Windows color (decimal): -3888527 or 7449284. OLE color: 7449284.
HSL color Cylindrical-coordinate representation of color #C4AA71: hue angle of 41.2º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4AA71 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 113 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.23 |
| HSL | 41.2º | 0.41% | 0.61% | - |
| HSV(B) | 41.2º | 0.42% | 0.77% | - |
| XYZ | 40.12 | 41.68 | 21.55 | - |
| YUV | 171.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 113 | 0 | 0.13 | 0.42 | 0.23 | 41.2 | 0.41 | 0.61 |
| Hex | C4 | AA | 71 | 0 | D | 2A | 17 | 29 | 29 | 3D |
| Octal | 304 | 252 | 161 | 0 | 15 | 52 | 27 | 51 | 51 | 75 |
| Binary | 11000100 | 10101010 | 1110001 | 0 | 1101 | 101010 | 10111 | 101001 | 101001 | 111101 |
Color Harmonies of #C4AA71
Complementary color
Monochromatic Colors of #C4AA71
Black with #C4AA71
Text Example
Text Example
White with #C4AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA71; }
p { color: rgb(196,170,113); }
H1.HeaderClassName
{
color: #C4AA71;
}
.AnyTagClassName
{
color: #C4AA71;
}
</style>
background-color css
<style>
a { background-color: #C4AA71; }
a { background-color: rgb(196,170,113); }
div.DivClassName
{
background-color: #C4AA71;
}
.BgClassName
{
background-color: #C4AA71;
}
</style>
border-color css
<style>
span { border-color: #C4AA71; }
span { border-color: rgb(196,170,113); }
td.TdClassName
{
border-color: #C4AA71;
}
.TagClassName
{
border-color: #C4AA71;
}
</style>