Shades of Putty #C0A672
Tints of Putty #C0A672
RGB
CMYK
RGB Variations
Color information
#C0A672 (or 0xC0A672) is known color: Putty. HEX triplet: C0, A6 and 72. RGB value is (192,166,114). Sum of RGB (Red+Green+Blue) = 192+166+114=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A672 is #3F598D. Grayscale: #A8A8A8. Windows color (decimal): -4151694 or 7513792. OLE color: 7513792.
HSL color Cylindrical-coordinate representation of color #C0A672: hue angle of 40º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0A672 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 114 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.25 |
| HSL | 40º | 0.38% | 0.6% | - |
| HSV(B) | 40º | 0.41% | 0.75% | - |
| XYZ | 38.41 | 39.69 | 21.56 | - |
| YUV | 167.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 114 | 0 | 0.14 | 0.41 | 0.25 | 40 | 0.38 | 0.6 |
| Hex | C0 | A6 | 72 | 0 | E | 29 | 19 | 28 | 26 | 3C |
| Octal | 300 | 246 | 162 | 0 | 16 | 51 | 31 | 50 | 46 | 74 |
| Binary | 11000000 | 10100110 | 1110010 | 0 | 1110 | 101001 | 11001 | 101000 | 100110 | 111100 |
Color Harmonies of #C0A672
Complementary color
Monochromatic Colors of #C0A672
Black with #C0A672
Text Example
Text Example
White with #C0A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A672; }
p { color: rgb(192,166,114); }
H1.HeaderClassName
{
color: #C0A672;
}
.AnyTagClassName
{
color: #C0A672;
}
</style>
background-color css
<style>
a { background-color: #C0A672; }
a { background-color: rgb(192,166,114); }
div.DivClassName
{
background-color: #C0A672;
}
.BgClassName
{
background-color: #C0A672;
}
</style>
border-color css
<style>
span { border-color: #C0A672; }
span { border-color: rgb(192,166,114); }
td.TdClassName
{
border-color: #C0A672;
}
.TagClassName
{
border-color: #C0A672;
}
</style>