Shades of Putty #C0AC6D
Tints of Putty #C0AC6D
RGB
CMYK
RGB Variations
Color information
#C0AC6D (or 0xC0AC6D) is known color: Putty. HEX triplet: C0, AC and 6D. RGB value is (192,172,109). Sum of RGB (Red+Green+Blue) = 192+172+109=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC6D is #3F5392. Grayscale: #ABABAB. Windows color (decimal): -4150163 or 7187648. OLE color: 7187648.
HSL color Cylindrical-coordinate representation of color #C0AC6D: hue angle of 45.54º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0AC6D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 109 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.25 |
| HSL | 45.54º | 0.4% | 0.59% | - |
| HSV(B) | 45.54º | 0.43% | 0.75% | - |
| XYZ | 39.25 | 41.82 | 20.47 | - |
| YUV | 170.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 109 | 0 | 0.10 | 0.43 | 0.25 | 45.54 | 0.4 | 0.59 |
| Hex | C0 | AC | 6D | 0 | A | 2B | 19 | 2E | 28 | 3B |
| Octal | 300 | 254 | 155 | 0 | 12 | 53 | 31 | 56 | 50 | 73 |
| Binary | 11000000 | 10101100 | 1101101 | 0 | 1010 | 101011 | 11001 | 101110 | 101000 | 111011 |
Color Harmonies of #C0AC6D
Complementary color
Monochromatic Colors of #C0AC6D
Black with #C0AC6D
Text Example
Text Example
White with #C0AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC6D; }
p { color: rgb(192,172,109); }
H1.HeaderClassName
{
color: #C0AC6D;
}
.AnyTagClassName
{
color: #C0AC6D;
}
</style>
background-color css
<style>
a { background-color: #C0AC6D; }
a { background-color: rgb(192,172,109); }
div.DivClassName
{
background-color: #C0AC6D;
}
.BgClassName
{
background-color: #C0AC6D;
}
</style>
border-color css
<style>
span { border-color: #C0AC6D; }
span { border-color: rgb(192,172,109); }
td.TdClassName
{
border-color: #C0AC6D;
}
.TagClassName
{
border-color: #C0AC6D;
}
</style>