Shades of Brass #C0A535
Tints of Brass #C0A535
RGB
CMYK
RGB Variations
Color information
#C0A535 (or 0xC0A535) is known color: Brass. HEX triplet: C0, A5 and 35. RGB value is (192,165,53). Sum of RGB (Red+Green+Blue) = 192+165+53=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A535 is #3F5ACA. Grayscale: #A0A0A0. Windows color (decimal): -4152011 or 3515840. OLE color: 3515840.
HSL color Cylindrical-coordinate representation of color #C0A535: hue angle of 48.35º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0A535 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 53 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.25 |
| HSL | 48.35º | 0.57% | 0.48% | - |
| HSV(B) | 48.35º | 0.72% | 0.75% | - |
| XYZ | 35.84 | 38.37 | 8.89 | - |
| YUV | 160.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 53 | 0 | 0.14 | 0.72 | 0.25 | 48.35 | 0.57 | 0.48 |
| Hex | C0 | A5 | 35 | 0 | E | 48 | 19 | 30 | 39 | 30 |
| Octal | 300 | 245 | 65 | 0 | 16 | 110 | 31 | 60 | 71 | 60 |
| Binary | 11000000 | 10100101 | 110101 | 0 | 1110 | 1001000 | 11001 | 110000 | 111001 | 110000 |
Color Harmonies of #C0A535
Complementary color
Monochromatic Colors of #C0A535
Black with #C0A535
Text Example
Text Example
White with #C0A535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A535; }
p { color: rgb(192,165,53); }
H1.HeaderClassName
{
color: #C0A535;
}
.AnyTagClassName
{
color: #C0A535;
}
</style>
background-color css
<style>
a { background-color: #C0A535; }
a { background-color: rgb(192,165,53); }
div.DivClassName
{
background-color: #C0A535;
}
.BgClassName
{
background-color: #C0A535;
}
</style>
border-color css
<style>
span { border-color: #C0A535; }
span { border-color: rgb(192,165,53); }
td.TdClassName
{
border-color: #C0A535;
}
.TagClassName
{
border-color: #C0A535;
}
</style>