Shades of Putty #C5A76E
Tints of Putty #C5A76E
RGB
CMYK
RGB Variations
Color information
#C5A76E (or 0xC5A76E) is known color: Putty. HEX triplet: C5, A7 and 6E. RGB value is (197,167,110). Sum of RGB (Red+Green+Blue) = 197+167+110=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A76E is #3A5891. Grayscale: #A9A9A9. Windows color (decimal): -3823762 or 7251909. OLE color: 7251909.
HSL color Cylindrical-coordinate representation of color #C5A76E: hue angle of 39.31º 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 #C5A76E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 110 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.23 |
| HSL | 39.31º | 0.43% | 0.6% | - |
| HSV(B) | 39.31º | 0.44% | 0.77% | - |
| XYZ | 39.66 | 40.63 | 20.5 | - |
| YUV | 169.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 110 | 0 | 0.15 | 0.44 | 0.23 | 39.31 | 0.43 | 0.6 |
| Hex | C5 | A7 | 6E | 0 | F | 2C | 17 | 27 | 2B | 3C |
| Octal | 305 | 247 | 156 | 0 | 17 | 54 | 27 | 47 | 53 | 74 |
| Binary | 11000101 | 10100111 | 1101110 | 0 | 1111 | 101100 | 10111 | 100111 | 101011 | 111100 |
Color Harmonies of #C5A76E
Complementary color
Monochromatic Colors of #C5A76E
Black with #C5A76E
Text Example
Text Example
White with #C5A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A76E; }
p { color: rgb(197,167,110); }
H1.HeaderClassName
{
color: #C5A76E;
}
.AnyTagClassName
{
color: #C5A76E;
}
</style>
background-color css
<style>
a { background-color: #C5A76E; }
a { background-color: rgb(197,167,110); }
div.DivClassName
{
background-color: #C5A76E;
}
.BgClassName
{
background-color: #C5A76E;
}
</style>
border-color css
<style>
span { border-color: #C5A76E; }
span { border-color: rgb(197,167,110); }
td.TdClassName
{
border-color: #C5A76E;
}
.TagClassName
{
border-color: #C5A76E;
}
</style>