Shades of Putty #C0A577
Tints of Putty #C0A577
RGB
CMYK
RGB Variations
Color information
#C0A577 (or 0xC0A577) is known color: Putty. HEX triplet: C0, A5 and 77. RGB value is (192,165,119). Sum of RGB (Red+Green+Blue) = 192+165+119=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A577 is #3F5A88. Grayscale: #A8A8A8. Windows color (decimal): -4151945 or 7841216. OLE color: 7841216.
HSL color Cylindrical-coordinate representation of color #C0A577: hue angle of 37.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A577 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 119 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.25 |
| HSL | 37.81º | 0.37% | 0.61% | - |
| HSV(B) | 37.81º | 0.38% | 0.75% | - |
| XYZ | 38.52 | 39.45 | 23.04 | - |
| YUV | 167.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 119 | 0 | 0.14 | 0.38 | 0.25 | 37.81 | 0.37 | 0.61 |
| Hex | C0 | A5 | 77 | 0 | E | 26 | 19 | 26 | 25 | 3D |
| Octal | 300 | 245 | 167 | 0 | 16 | 46 | 31 | 46 | 45 | 75 |
| Binary | 11000000 | 10100101 | 1110111 | 0 | 1110 | 100110 | 11001 | 100110 | 100101 | 111101 |
Color Harmonies of #C0A577
Complementary color
Monochromatic Colors of #C0A577
Black with #C0A577
Text Example
Text Example
White with #C0A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A577; }
p { color: rgb(192,165,119); }
H1.HeaderClassName
{
color: #C0A577;
}
.AnyTagClassName
{
color: #C0A577;
}
</style>
background-color css
<style>
a { background-color: #C0A577; }
a { background-color: rgb(192,165,119); }
div.DivClassName
{
background-color: #C0A577;
}
.BgClassName
{
background-color: #C0A577;
}
</style>
border-color css
<style>
span { border-color: #C0A577; }
span { border-color: rgb(192,165,119); }
td.TdClassName
{
border-color: #C0A577;
}
.TagClassName
{
border-color: #C0A577;
}
</style>