Shades of Putty #C3AA71
Tints of Putty #C3AA71
RGB
CMYK
RGB Variations
Color information
#C3AA71 (or 0xC3AA71) is known color: Putty. HEX triplet: C3, AA and 71. RGB value is (195,170,113). Sum of RGB (Red+Green+Blue) = 195+170+113=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA71 is #3C558E. Grayscale: #ABABAB. Windows color (decimal): -3954063 or 7449283. OLE color: 7449283.
HSL color Cylindrical-coordinate representation of color #C3AA71: hue angle of 41.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3AA71 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 113 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.24 |
| HSL | 41.71º | 0.41% | 0.6% | - |
| HSV(B) | 41.71º | 0.42% | 0.76% | - |
| XYZ | 39.86 | 41.54 | 21.54 | - |
| YUV | 170.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 113 | 0 | 0.13 | 0.42 | 0.24 | 41.71 | 0.41 | 0.6 |
| Hex | C3 | AA | 71 | 0 | D | 2A | 18 | 2A | 29 | 3C |
| Octal | 303 | 252 | 161 | 0 | 15 | 52 | 30 | 52 | 51 | 74 |
| Binary | 11000011 | 10101010 | 1110001 | 0 | 1101 | 101010 | 11000 | 101010 | 101001 | 111100 |
Color Harmonies of #C3AA71
Complementary color
Monochromatic Colors of #C3AA71
Black with #C3AA71
Text Example
Text Example
White with #C3AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA71; }
p { color: rgb(195,170,113); }
H1.HeaderClassName
{
color: #C3AA71;
}
.AnyTagClassName
{
color: #C3AA71;
}
</style>
background-color css
<style>
a { background-color: #C3AA71; }
a { background-color: rgb(195,170,113); }
div.DivClassName
{
background-color: #C3AA71;
}
.BgClassName
{
background-color: #C3AA71;
}
</style>
border-color css
<style>
span { border-color: #C3AA71; }
span { border-color: rgb(195,170,113); }
td.TdClassName
{
border-color: #C3AA71;
}
.TagClassName
{
border-color: #C3AA71;
}
</style>