Shades of Brass #C0A839
Tints of Brass #C0A839
RGB
CMYK
RGB Variations
Color information
#C0A839 (or 0xC0A839) is known color: Brass. HEX triplet: C0, A8 and 39. RGB value is (192,168,57). Sum of RGB (Red+Green+Blue) = 192+168+57=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A839 is #3F57C6. Grayscale: #A2A2A2. Windows color (decimal): -4151239 or 3778752. OLE color: 3778752.
HSL color Cylindrical-coordinate representation of color #C0A839: hue angle of 49.33º 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 #C0A839 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 57 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.25 |
| HSL | 49.33º | 0.54% | 0.49% | - |
| HSV(B) | 49.33º | 0.7% | 0.75% | - |
| XYZ | 36.48 | 39.51 | 9.57 | - |
| YUV | 162.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 57 | 0 | 0.12 | 0.70 | 0.25 | 49.33 | 0.54 | 0.49 |
| Hex | C0 | A8 | 39 | 0 | C | 46 | 19 | 31 | 36 | 31 |
| Octal | 300 | 250 | 71 | 0 | 14 | 106 | 31 | 61 | 66 | 61 |
| Binary | 11000000 | 10101000 | 111001 | 0 | 1100 | 1000110 | 11001 | 110001 | 110110 | 110001 |
Color Harmonies of #C0A839
Complementary color
Monochromatic Colors of #C0A839
Black with #C0A839
Text Example
Text Example
White with #C0A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A839; }
p { color: rgb(192,168,57); }
H1.HeaderClassName
{
color: #C0A839;
}
.AnyTagClassName
{
color: #C0A839;
}
</style>
background-color css
<style>
a { background-color: #C0A839; }
a { background-color: rgb(192,168,57); }
div.DivClassName
{
background-color: #C0A839;
}
.BgClassName
{
background-color: #C0A839;
}
</style>
border-color css
<style>
span { border-color: #C0A839; }
span { border-color: rgb(192,168,57); }
td.TdClassName
{
border-color: #C0A839;
}
.TagClassName
{
border-color: #C0A839;
}
</style>