Shades of Putty #C0A773
Tints of Putty #C0A773
RGB
CMYK
RGB Variations
Color information
#C0A773 (or 0xC0A773) is known color: Putty. HEX triplet: C0, A7 and 73. RGB value is (192,167,115). Sum of RGB (Red+Green+Blue) = 192+167+115=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A773 is #3F588C. Grayscale: #A8A8A8. Windows color (decimal): -4151437 or 7579584. OLE color: 7579584.
HSL color Cylindrical-coordinate representation of color #C0A773: hue angle of 40.52º 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 #C0A773 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 115 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.25 |
| HSL | 40.52º | 0.38% | 0.6% | - |
| HSV(B) | 40.52º | 0.4% | 0.75% | - |
| XYZ | 38.65 | 40.08 | 21.92 | - |
| YUV | 168.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 115 | 0 | 0.13 | 0.40 | 0.25 | 40.52 | 0.38 | 0.6 |
| Hex | C0 | A7 | 73 | 0 | D | 28 | 19 | 29 | 26 | 3C |
| Octal | 300 | 247 | 163 | 0 | 15 | 50 | 31 | 51 | 46 | 74 |
| Binary | 11000000 | 10100111 | 1110011 | 0 | 1101 | 101000 | 11001 | 101001 | 100110 | 111100 |
Color Harmonies of #C0A773
Complementary color
Monochromatic Colors of #C0A773
Black with #C0A773
Text Example
Text Example
White with #C0A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A773; }
p { color: rgb(192,167,115); }
H1.HeaderClassName
{
color: #C0A773;
}
.AnyTagClassName
{
color: #C0A773;
}
</style>
background-color css
<style>
a { background-color: #C0A773; }
a { background-color: rgb(192,167,115); }
div.DivClassName
{
background-color: #C0A773;
}
.BgClassName
{
background-color: #C0A773;
}
</style>
border-color css
<style>
span { border-color: #C0A773; }
span { border-color: rgb(192,167,115); }
td.TdClassName
{
border-color: #C0A773;
}
.TagClassName
{
border-color: #C0A773;
}
</style>