Shades of Brass #C0A239
Tints of Brass #C0A239
RGB
CMYK
RGB Variations
Color information
#C0A239 (or 0xC0A239) is known color: Brass. HEX triplet: C0, A2 and 39. RGB value is (192,162,57). Sum of RGB (Red+Green+Blue) = 192+162+57=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A239 is #3F5DC6. Grayscale: #9F9F9F. Windows color (decimal): -4152775 or 3777216. OLE color: 3777216.
HSL color Cylindrical-coordinate representation of color #C0A239: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0A239 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 57 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.25 |
| HSL | 46.67º | 0.54% | 0.49% | - |
| HSV(B) | 46.67º | 0.7% | 0.75% | - |
| XYZ | 35.4 | 37.34 | 9.21 | - |
| YUV | 159 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 57 | 0 | 0.16 | 0.70 | 0.25 | 46.67 | 0.54 | 0.49 |
| Hex | C0 | A2 | 39 | 0 | 10 | 46 | 19 | 2F | 36 | 31 |
| Octal | 300 | 242 | 71 | 0 | 20 | 106 | 31 | 57 | 66 | 61 |
| Binary | 11000000 | 10100010 | 111001 | 0 | 10000 | 1000110 | 11001 | 101111 | 110110 | 110001 |
Color Harmonies of #C0A239
Complementary color
Monochromatic Colors of #C0A239
Black with #C0A239
Text Example
Text Example
White with #C0A239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A239; }
p { color: rgb(192,162,57); }
H1.HeaderClassName
{
color: #C0A239;
}
.AnyTagClassName
{
color: #C0A239;
}
</style>
background-color css
<style>
a { background-color: #C0A239; }
a { background-color: rgb(192,162,57); }
div.DivClassName
{
background-color: #C0A239;
}
.BgClassName
{
background-color: #C0A239;
}
</style>
border-color css
<style>
span { border-color: #C0A239; }
span { border-color: rgb(192,162,57); }
td.TdClassName
{
border-color: #C0A239;
}
.TagClassName
{
border-color: #C0A239;
}
</style>