Shades of Putty #C0A676
Tints of Putty #C0A676
RGB
CMYK
RGB Variations
Color information
#C0A676 (or 0xC0A676) is known color: Putty. HEX triplet: C0, A6 and 76. RGB value is (192,166,118). Sum of RGB (Red+Green+Blue) = 192+166+118=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A676 is #3F5989. Grayscale: #A8A8A8. Windows color (decimal): -4151690 or 7775936. OLE color: 7775936.
HSL color Cylindrical-coordinate representation of color #C0A676: hue angle of 38.92º 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 #C0A676 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 118 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.25 |
| HSL | 38.92º | 0.37% | 0.61% | - |
| HSV(B) | 38.92º | 0.39% | 0.75% | - |
| XYZ | 38.64 | 39.79 | 22.78 | - |
| YUV | 168.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 118 | 0 | 0.14 | 0.39 | 0.25 | 38.92 | 0.37 | 0.61 |
| Hex | C0 | A6 | 76 | 0 | E | 27 | 19 | 27 | 25 | 3D |
| Octal | 300 | 246 | 166 | 0 | 16 | 47 | 31 | 47 | 45 | 75 |
| Binary | 11000000 | 10100110 | 1110110 | 0 | 1110 | 100111 | 11001 | 100111 | 100101 | 111101 |
Color Harmonies of #C0A676
Complementary color
Monochromatic Colors of #C0A676
Black with #C0A676
Text Example
Text Example
White with #C0A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A676; }
p { color: rgb(192,166,118); }
H1.HeaderClassName
{
color: #C0A676;
}
.AnyTagClassName
{
color: #C0A676;
}
</style>
background-color css
<style>
a { background-color: #C0A676; }
a { background-color: rgb(192,166,118); }
div.DivClassName
{
background-color: #C0A676;
}
.BgClassName
{
background-color: #C0A676;
}
</style>
border-color css
<style>
span { border-color: #C0A676; }
span { border-color: rgb(192,166,118); }
td.TdClassName
{
border-color: #C0A676;
}
.TagClassName
{
border-color: #C0A676;
}
</style>