Shades of Putty #C0A775
Tints of Putty #C0A775
RGB
CMYK
RGB Variations
Color information
#C0A775 (or 0xC0A775) is known color: Putty. HEX triplet: C0, A7 and 75. RGB value is (192,167,117). Sum of RGB (Red+Green+Blue) = 192+167+117=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A775 is #3F588A. Grayscale: #A9A9A9. Windows color (decimal): -4151435 or 7710656. OLE color: 7710656.
HSL color Cylindrical-coordinate representation of color #C0A775: hue angle of 40º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0A775 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 117 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.25 |
| HSL | 40º | 0.37% | 0.61% | - |
| HSV(B) | 40º | 0.39% | 0.75% | - |
| XYZ | 38.77 | 40.13 | 22.53 | - |
| YUV | 168.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 117 | 0 | 0.13 | 0.39 | 0.25 | 40 | 0.37 | 0.61 |
| Hex | C0 | A7 | 75 | 0 | D | 27 | 19 | 28 | 25 | 3D |
| Octal | 300 | 247 | 165 | 0 | 15 | 47 | 31 | 50 | 45 | 75 |
| Binary | 11000000 | 10100111 | 1110101 | 0 | 1101 | 100111 | 11001 | 101000 | 100101 | 111101 |
Color Harmonies of #C0A775
Complementary color
Monochromatic Colors of #C0A775
Black with #C0A775
Text Example
Text Example
White with #C0A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A775; }
p { color: rgb(192,167,117); }
H1.HeaderClassName
{
color: #C0A775;
}
.AnyTagClassName
{
color: #C0A775;
}
</style>
background-color css
<style>
a { background-color: #C0A775; }
a { background-color: rgb(192,167,117); }
div.DivClassName
{
background-color: #C0A775;
}
.BgClassName
{
background-color: #C0A775;
}
</style>
border-color css
<style>
span { border-color: #C0A775; }
span { border-color: rgb(192,167,117); }
td.TdClassName
{
border-color: #C0A775;
}
.TagClassName
{
border-color: #C0A775;
}
</style>