Shades of Putty #C5A96A
Tints of Putty #C5A96A
RGB
CMYK
RGB Variations
Color information
#C5A96A (or 0xC5A96A) is known color: Putty. HEX triplet: C5, A9 and 6A. RGB value is (197,169,106). Sum of RGB (Red+Green+Blue) = 197+169+106=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A96A is #3A5695. Grayscale: #AAAAAA. Windows color (decimal): -3823254 or 6990277. OLE color: 6990277.
HSL color Cylindrical-coordinate representation of color #C5A96A: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5A96A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 106 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.23 |
| HSL | 41.54º | 0.44% | 0.59% | - |
| HSV(B) | 41.54º | 0.46% | 0.77% | - |
| XYZ | 39.82 | 41.29 | 19.51 | - |
| YUV | 170.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 106 | 0 | 0.14 | 0.46 | 0.23 | 41.54 | 0.44 | 0.59 |
| Hex | C5 | A9 | 6A | 0 | E | 2E | 17 | 2A | 2C | 3B |
| Octal | 305 | 251 | 152 | 0 | 16 | 56 | 27 | 52 | 54 | 73 |
| Binary | 11000101 | 10101001 | 1101010 | 0 | 1110 | 101110 | 10111 | 101010 | 101100 | 111011 |
Color Harmonies of #C5A96A
Complementary color
Monochromatic Colors of #C5A96A
Black with #C5A96A
Text Example
Text Example
White with #C5A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A96A; }
p { color: rgb(197,169,106); }
H1.HeaderClassName
{
color: #C5A96A;
}
.AnyTagClassName
{
color: #C5A96A;
}
</style>
background-color css
<style>
a { background-color: #C5A96A; }
a { background-color: rgb(197,169,106); }
div.DivClassName
{
background-color: #C5A96A;
}
.BgClassName
{
background-color: #C5A96A;
}
</style>
border-color css
<style>
span { border-color: #C5A96A; }
span { border-color: rgb(197,169,106); }
td.TdClassName
{
border-color: #C5A96A;
}
.TagClassName
{
border-color: #C5A96A;
}
</style>