Shades of Putty #C5A873
Tints of Putty #C5A873
RGB
CMYK
RGB Variations
Color information
#C5A873 (or 0xC5A873) is known color: Putty. HEX triplet: C5, A8 and 73. RGB value is (197,168,115). Sum of RGB (Red+Green+Blue) = 197+168+115=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A873 is #3A578C. Grayscale: #AAAAAA. Windows color (decimal): -3823501 or 7579845. OLE color: 7579845.
HSL color Cylindrical-coordinate representation of color #C5A873: hue angle of 38.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5A873 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 115 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.23 |
| HSL | 38.78º | 0.41% | 0.61% | - |
| HSV(B) | 38.78º | 0.42% | 0.77% | - |
| XYZ | 40.12 | 41.11 | 22.04 | - |
| YUV | 170.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 115 | 0 | 0.15 | 0.42 | 0.23 | 38.78 | 0.41 | 0.61 |
| Hex | C5 | A8 | 73 | 0 | F | 2A | 17 | 27 | 29 | 3D |
| Octal | 305 | 250 | 163 | 0 | 17 | 52 | 27 | 47 | 51 | 75 |
| Binary | 11000101 | 10101000 | 1110011 | 0 | 1111 | 101010 | 10111 | 100111 | 101001 | 111101 |
Color Harmonies of #C5A873
Complementary color
Monochromatic Colors of #C5A873
Black with #C5A873
Text Example
Text Example
White with #C5A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A873; }
p { color: rgb(197,168,115); }
H1.HeaderClassName
{
color: #C5A873;
}
.AnyTagClassName
{
color: #C5A873;
}
</style>
background-color css
<style>
a { background-color: #C5A873; }
a { background-color: rgb(197,168,115); }
div.DivClassName
{
background-color: #C5A873;
}
.BgClassName
{
background-color: #C5A873;
}
</style>
border-color css
<style>
span { border-color: #C5A873; }
span { border-color: rgb(197,168,115); }
td.TdClassName
{
border-color: #C5A873;
}
.TagClassName
{
border-color: #C5A873;
}
</style>