Shades of Putty #C5B271
Tints of Putty #C5B271
RGB
CMYK
RGB Variations
Color information
#C5B271 (or 0xC5B271) is known color: Putty. HEX triplet: C5, B2 and 71. RGB value is (197,178,113). Sum of RGB (Red+Green+Blue) = 197+178+113=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B271 is #3A4D8E. Grayscale: #B0B0B0. Windows color (decimal): -3820943 or 7451333. OLE color: 7451333.
HSL color Cylindrical-coordinate representation of color #C5B271: hue angle of 46.43º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5B271 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 113 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.23 |
| HSL | 46.43º | 0.42% | 0.61% | - |
| HSV(B) | 46.43º | 0.43% | 0.77% | - |
| XYZ | 41.93 | 44.9 | 22.08 | - |
| YUV | 176.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 113 | 0 | 0.10 | 0.43 | 0.23 | 46.43 | 0.42 | 0.61 |
| Hex | C5 | B2 | 71 | 0 | A | 2B | 17 | 2E | 2A | 3D |
| Octal | 305 | 262 | 161 | 0 | 12 | 53 | 27 | 56 | 52 | 75 |
| Binary | 11000101 | 10110010 | 1110001 | 0 | 1010 | 101011 | 10111 | 101110 | 101010 | 111101 |
Color Harmonies of #C5B271
Complementary color
Monochromatic Colors of #C5B271
Black with #C5B271
Text Example
Text Example
White with #C5B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B271; }
p { color: rgb(197,178,113); }
H1.HeaderClassName
{
color: #C5B271;
}
.AnyTagClassName
{
color: #C5B271;
}
</style>
background-color css
<style>
a { background-color: #C5B271; }
a { background-color: rgb(197,178,113); }
div.DivClassName
{
background-color: #C5B271;
}
.BgClassName
{
background-color: #C5B271;
}
</style>
border-color css
<style>
span { border-color: #C5B271; }
span { border-color: rgb(197,178,113); }
td.TdClassName
{
border-color: #C5B271;
}
.TagClassName
{
border-color: #C5B271;
}
</style>