Shades of Putty #C5A66E
Tints of Putty #C5A66E
RGB
CMYK
RGB Variations
Color information
#C5A66E (or 0xC5A66E) is known color: Putty. HEX triplet: C5, A6 and 6E. RGB value is (197,166,110). Sum of RGB (Red+Green+Blue) = 197+166+110=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A66E is #3A5991. Grayscale: #A9A9A9. Windows color (decimal): -3824018 or 7251653. OLE color: 7251653.
HSL color Cylindrical-coordinate representation of color #C5A66E: hue angle of 38.62º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5A66E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 110 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.23 |
| HSL | 38.62º | 0.43% | 0.6% | - |
| HSV(B) | 38.62º | 0.44% | 0.77% | - |
| XYZ | 39.48 | 40.27 | 20.44 | - |
| YUV | 168.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 110 | 0 | 0.16 | 0.44 | 0.23 | 38.62 | 0.43 | 0.6 |
| Hex | C5 | A6 | 6E | 0 | 10 | 2C | 17 | 27 | 2B | 3C |
| Octal | 305 | 246 | 156 | 0 | 20 | 54 | 27 | 47 | 53 | 74 |
| Binary | 11000101 | 10100110 | 1101110 | 0 | 10000 | 101100 | 10111 | 100111 | 101011 | 111100 |
Color Harmonies of #C5A66E
Complementary color
Monochromatic Colors of #C5A66E
Black with #C5A66E
Text Example
Text Example
White with #C5A66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A66E; }
p { color: rgb(197,166,110); }
H1.HeaderClassName
{
color: #C5A66E;
}
.AnyTagClassName
{
color: #C5A66E;
}
</style>
background-color css
<style>
a { background-color: #C5A66E; }
a { background-color: rgb(197,166,110); }
div.DivClassName
{
background-color: #C5A66E;
}
.BgClassName
{
background-color: #C5A66E;
}
</style>
border-color css
<style>
span { border-color: #C5A66E; }
span { border-color: rgb(197,166,110); }
td.TdClassName
{
border-color: #C5A66E;
}
.TagClassName
{
border-color: #C5A66E;
}
</style>