Shades of Brass #C0A241
Tints of Brass #C0A241
RGB
CMYK
RGB Variations
Color information
#C0A241 (or 0xC0A241) is known color: Brass. HEX triplet: C0, A2 and 41. RGB value is (192,162,65). Sum of RGB (Red+Green+Blue) = 192+162+65=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A241 is #3F5DBE. Grayscale: #A0A0A0. Windows color (decimal): -4152767 or 4301504. OLE color: 4301504.
HSL color Cylindrical-coordinate representation of color #C0A241: hue angle of 45.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0A241 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 65 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.25 |
| HSL | 45.83º | 0.5% | 0.5% | - |
| HSV(B) | 45.83º | 0.66% | 0.75% | - |
| XYZ | 35.61 | 37.43 | 10.35 | - |
| YUV | 159.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 65 | 0 | 0.16 | 0.66 | 0.25 | 45.83 | 0.5 | 0.5 |
| Hex | C0 | A2 | 41 | 0 | 10 | 42 | 19 | 2E | 32 | 32 |
| Octal | 300 | 242 | 101 | 0 | 20 | 102 | 31 | 56 | 62 | 62 |
| Binary | 11000000 | 10100010 | 1000001 | 0 | 10000 | 1000010 | 11001 | 101110 | 110010 | 110010 |
Color Harmonies of #C0A241
Complementary color
Monochromatic Colors of #C0A241
Black with #C0A241
Text Example
Text Example
White with #C0A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A241; }
p { color: rgb(192,162,65); }
H1.HeaderClassName
{
color: #C0A241;
}
.AnyTagClassName
{
color: #C0A241;
}
</style>
background-color css
<style>
a { background-color: #C0A241; }
a { background-color: rgb(192,162,65); }
div.DivClassName
{
background-color: #C0A241;
}
.BgClassName
{
background-color: #C0A241;
}
</style>
border-color css
<style>
span { border-color: #C0A241; }
span { border-color: rgb(192,162,65); }
td.TdClassName
{
border-color: #C0A241;
}
.TagClassName
{
border-color: #C0A241;
}
</style>