Shades of Putty #C0A573
Tints of Putty #C0A573
RGB
CMYK
RGB Variations
Color information
#C0A573 (or 0xC0A573) is known color: Putty. HEX triplet: C0, A5 and 73. RGB value is (192,165,115). Sum of RGB (Red+Green+Blue) = 192+165+115=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A573 is #3F5A8C. Grayscale: #A7A7A7. Windows color (decimal): -4151949 or 7579072. OLE color: 7579072.
HSL color Cylindrical-coordinate representation of color #C0A573: hue angle of 38.96º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A573 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 115 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.25 |
| HSL | 38.96º | 0.38% | 0.6% | - |
| HSV(B) | 38.96º | 0.4% | 0.75% | - |
| XYZ | 38.29 | 39.35 | 21.8 | - |
| YUV | 167.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 115 | 0 | 0.14 | 0.40 | 0.25 | 38.96 | 0.38 | 0.6 |
| Hex | C0 | A5 | 73 | 0 | E | 28 | 19 | 27 | 26 | 3C |
| Octal | 300 | 245 | 163 | 0 | 16 | 50 | 31 | 47 | 46 | 74 |
| Binary | 11000000 | 10100101 | 1110011 | 0 | 1110 | 101000 | 11001 | 100111 | 100110 | 111100 |
Color Harmonies of #C0A573
Complementary color
Monochromatic Colors of #C0A573
Black with #C0A573
Text Example
Text Example
White with #C0A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A573; }
p { color: rgb(192,165,115); }
H1.HeaderClassName
{
color: #C0A573;
}
.AnyTagClassName
{
color: #C0A573;
}
</style>
background-color css
<style>
a { background-color: #C0A573; }
a { background-color: rgb(192,165,115); }
div.DivClassName
{
background-color: #C0A573;
}
.BgClassName
{
background-color: #C0A573;
}
</style>
border-color css
<style>
span { border-color: #C0A573; }
span { border-color: rgb(192,165,115); }
td.TdClassName
{
border-color: #C0A573;
}
.TagClassName
{
border-color: #C0A573;
}
</style>