Shades of Putty #C0AC71
Tints of Putty #C0AC71
RGB
CMYK
RGB Variations
Color information
#C0AC71 (or 0xC0AC71) is known color: Putty. HEX triplet: C0, AC and 71. RGB value is (192,172,113). Sum of RGB (Red+Green+Blue) = 192+172+113=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC71 is #3F538E. Grayscale: #ABABAB. Windows color (decimal): -4150159 or 7449792. OLE color: 7449792.
HSL color Cylindrical-coordinate representation of color #C0AC71: hue angle of 44.81º 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 #C0AC71 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 113 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.25 |
| HSL | 44.81º | 0.39% | 0.6% | - |
| HSV(B) | 44.81º | 0.41% | 0.75% | - |
| XYZ | 39.47 | 41.9 | 21.63 | - |
| YUV | 171.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 113 | 0 | 0.10 | 0.41 | 0.25 | 44.81 | 0.39 | 0.6 |
| Hex | C0 | AC | 71 | 0 | A | 29 | 19 | 2D | 27 | 3C |
| Octal | 300 | 254 | 161 | 0 | 12 | 51 | 31 | 55 | 47 | 74 |
| Binary | 11000000 | 10101100 | 1110001 | 0 | 1010 | 101001 | 11001 | 101101 | 100111 | 111100 |
Color Harmonies of #C0AC71
Complementary color
Monochromatic Colors of #C0AC71
Black with #C0AC71
Text Example
Text Example
White with #C0AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC71; }
p { color: rgb(192,172,113); }
H1.HeaderClassName
{
color: #C0AC71;
}
.AnyTagClassName
{
color: #C0AC71;
}
</style>
background-color css
<style>
a { background-color: #C0AC71; }
a { background-color: rgb(192,172,113); }
div.DivClassName
{
background-color: #C0AC71;
}
.BgClassName
{
background-color: #C0AC71;
}
</style>
border-color css
<style>
span { border-color: #C0AC71; }
span { border-color: rgb(192,172,113); }
td.TdClassName
{
border-color: #C0AC71;
}
.TagClassName
{
border-color: #C0AC71;
}
</style>