Shades of Putty #C3A571
Tints of Putty #C3A571
RGB
CMYK
RGB Variations
Color information
#C3A571 (or 0xC3A571) is known color: Putty. HEX triplet: C3, A5 and 71. RGB value is (195,165,113). Sum of RGB (Red+Green+Blue) = 195+165+113=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A571 is #3C5A8E. Grayscale: #A8A8A8. Windows color (decimal): -3955343 or 7448003. OLE color: 7448003.
HSL color Cylindrical-coordinate representation of color #C3A571: hue angle of 38.05º 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 #C3A571 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 113 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 38.05º | 0.41% | 0.6% | - |
| HSV(B) | 38.05º | 0.42% | 0.76% | - |
| XYZ | 38.94 | 39.7 | 21.23 | - |
| YUV | 168.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 113 | 0 | 0.15 | 0.42 | 0.24 | 38.05 | 0.41 | 0.6 |
| Hex | C3 | A5 | 71 | 0 | F | 2A | 18 | 26 | 29 | 3C |
| Octal | 303 | 245 | 161 | 0 | 17 | 52 | 30 | 46 | 51 | 74 |
| Binary | 11000011 | 10100101 | 1110001 | 0 | 1111 | 101010 | 11000 | 100110 | 101001 | 111100 |
Color Harmonies of #C3A571
Complementary color
Monochromatic Colors of #C3A571
Black with #C3A571
Text Example
Text Example
White with #C3A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A571; }
p { color: rgb(195,165,113); }
H1.HeaderClassName
{
color: #C3A571;
}
.AnyTagClassName
{
color: #C3A571;
}
</style>
background-color css
<style>
a { background-color: #C3A571; }
a { background-color: rgb(195,165,113); }
div.DivClassName
{
background-color: #C3A571;
}
.BgClassName
{
background-color: #C3A571;
}
</style>
border-color css
<style>
span { border-color: #C3A571; }
span { border-color: rgb(195,165,113); }
td.TdClassName
{
border-color: #C3A571;
}
.TagClassName
{
border-color: #C3A571;
}
</style>