Shades of Putty #C2A571
Tints of Putty #C2A571
RGB
CMYK
RGB Variations
Color information
#C2A571 (or 0xC2A571) is known color: Putty. HEX triplet: C2, A5 and 71. RGB value is (194,165,113). Sum of RGB (Red+Green+Blue) = 194+165+113=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A571 is #3D5A8E. Grayscale: #A7A7A7. Windows color (decimal): -4020879 or 7448002. OLE color: 7448002.
HSL color Cylindrical-coordinate representation of color #C2A571: hue angle of 38.52º degrees, saturation: 0.4, 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 #C2A571 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 113 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 38.52º | 0.4% | 0.6% | - |
| HSV(B) | 38.52º | 0.42% | 0.76% | - |
| XYZ | 38.68 | 39.57 | 21.22 | - |
| YUV | 167.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 113 | 0 | 0.15 | 0.42 | 0.24 | 38.52 | 0.4 | 0.6 |
| Hex | C2 | A5 | 71 | 0 | F | 2A | 18 | 27 | 28 | 3C |
| Octal | 302 | 245 | 161 | 0 | 17 | 52 | 30 | 47 | 50 | 74 |
| Binary | 11000010 | 10100101 | 1110001 | 0 | 1111 | 101010 | 11000 | 100111 | 101000 | 111100 |
Color Harmonies of #C2A571
Complementary color
Monochromatic Colors of #C2A571
Black with #C2A571
Text Example
Text Example
White with #C2A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A571; }
p { color: rgb(194,165,113); }
H1.HeaderClassName
{
color: #C2A571;
}
.AnyTagClassName
{
color: #C2A571;
}
</style>
background-color css
<style>
a { background-color: #C2A571; }
a { background-color: rgb(194,165,113); }
div.DivClassName
{
background-color: #C2A571;
}
.BgClassName
{
background-color: #C2A571;
}
</style>
border-color css
<style>
span { border-color: #C2A571; }
span { border-color: rgb(194,165,113); }
td.TdClassName
{
border-color: #C2A571;
}
.TagClassName
{
border-color: #C2A571;
}
</style>