Shades of Brass #C0AC3E
Tints of Brass #C0AC3E
RGB
CMYK
RGB Variations
Color information
#C0AC3E (or 0xC0AC3E) is known color: Brass. HEX triplet: C0, AC and 3E. RGB value is (192,172,62). Sum of RGB (Red+Green+Blue) = 192+172+62=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC3E is #3F53C1. Grayscale: #A5A5A5. Windows color (decimal): -4150210 or 4107456. OLE color: 4107456.
HSL color Cylindrical-coordinate representation of color #C0AC3E: hue angle of 50.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0AC3E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 62 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.25 |
| HSL | 50.77º | 0.51% | 0.5% | - |
| HSV(B) | 50.77º | 0.68% | 0.75% | - |
| XYZ | 37.36 | 41.06 | 10.51 | - |
| YUV | 165.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 62 | 0 | 0.10 | 0.68 | 0.25 | 50.77 | 0.51 | 0.5 |
| Hex | C0 | AC | 3E | 0 | A | 44 | 19 | 33 | 33 | 32 |
| Octal | 300 | 254 | 76 | 0 | 12 | 104 | 31 | 63 | 63 | 62 |
| Binary | 11000000 | 10101100 | 111110 | 0 | 1010 | 1000100 | 11001 | 110011 | 110011 | 110010 |
Color Harmonies of #C0AC3E
Complementary color
Monochromatic Colors of #C0AC3E
Black with #C0AC3E
Text Example
Text Example
White with #C0AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC3E; }
p { color: rgb(192,172,62); }
H1.HeaderClassName
{
color: #C0AC3E;
}
.AnyTagClassName
{
color: #C0AC3E;
}
</style>
background-color css
<style>
a { background-color: #C0AC3E; }
a { background-color: rgb(192,172,62); }
div.DivClassName
{
background-color: #C0AC3E;
}
.BgClassName
{
background-color: #C0AC3E;
}
</style>
border-color css
<style>
span { border-color: #C0AC3E; }
span { border-color: rgb(192,172,62); }
td.TdClassName
{
border-color: #C0AC3E;
}
.TagClassName
{
border-color: #C0AC3E;
}
</style>