Shades of Putty #C0A671
Tints of Putty #C0A671
RGB
CMYK
RGB Variations
Color information
#C0A671 (or 0xC0A671) is known color: Putty. HEX triplet: C0, A6 and 71. RGB value is (192,166,113). Sum of RGB (Red+Green+Blue) = 192+166+113=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A671 is #3F598E. Grayscale: #A7A7A7. Windows color (decimal): -4151695 or 7448256. OLE color: 7448256.
HSL color Cylindrical-coordinate representation of color #C0A671: hue angle of 40.25º degrees, saturation: 0.39, 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 #C0A671 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 113 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.25 |
| HSL | 40.25º | 0.39% | 0.6% | - |
| HSV(B) | 40.25º | 0.41% | 0.75% | - |
| XYZ | 38.36 | 39.67 | 21.26 | - |
| YUV | 167.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 113 | 0 | 0.14 | 0.41 | 0.25 | 40.25 | 0.39 | 0.6 |
| Hex | C0 | A6 | 71 | 0 | E | 29 | 19 | 28 | 27 | 3C |
| Octal | 300 | 246 | 161 | 0 | 16 | 51 | 31 | 50 | 47 | 74 |
| Binary | 11000000 | 10100110 | 1110001 | 0 | 1110 | 101001 | 11001 | 101000 | 100111 | 111100 |
Color Harmonies of #C0A671
Complementary color
Monochromatic Colors of #C0A671
Black with #C0A671
Text Example
Text Example
White with #C0A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A671; }
p { color: rgb(192,166,113); }
H1.HeaderClassName
{
color: #C0A671;
}
.AnyTagClassName
{
color: #C0A671;
}
</style>
background-color css
<style>
a { background-color: #C0A671; }
a { background-color: rgb(192,166,113); }
div.DivClassName
{
background-color: #C0A671;
}
.BgClassName
{
background-color: #C0A671;
}
</style>
border-color css
<style>
span { border-color: #C0A671; }
span { border-color: rgb(192,166,113); }
td.TdClassName
{
border-color: #C0A671;
}
.TagClassName
{
border-color: #C0A671;
}
</style>