Shades of Brass #C0A534
Tints of Brass #C0A534
RGB
CMYK
RGB Variations
Color information
#C0A534 (or 0xC0A534) is known color: Brass. HEX triplet: C0, A5 and 34. RGB value is (192,165,52). Sum of RGB (Red+Green+Blue) = 192+165+52=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A534 is #3F5ACB. Grayscale: #A0A0A0. Windows color (decimal): -4152012 or 3450304. OLE color: 3450304.
HSL color Cylindrical-coordinate representation of color #C0A534: hue angle of 48.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0A534 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 52 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.25 |
| HSL | 48.43º | 0.57% | 0.48% | - |
| HSV(B) | 48.43º | 0.73% | 0.75% | - |
| XYZ | 35.81 | 38.36 | 8.77 | - |
| YUV | 160.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 52 | 0 | 0.14 | 0.73 | 0.25 | 48.43 | 0.57 | 0.48 |
| Hex | C0 | A5 | 34 | 0 | E | 49 | 19 | 30 | 39 | 30 |
| Octal | 300 | 245 | 64 | 0 | 16 | 111 | 31 | 60 | 71 | 60 |
| Binary | 11000000 | 10100101 | 110100 | 0 | 1110 | 1001001 | 11001 | 110000 | 111001 | 110000 |
Color Harmonies of #C0A534
Complementary color
Monochromatic Colors of #C0A534
Black with #C0A534
Text Example
Text Example
White with #C0A534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A534; }
p { color: rgb(192,165,52); }
H1.HeaderClassName
{
color: #C0A534;
}
.AnyTagClassName
{
color: #C0A534;
}
</style>
background-color css
<style>
a { background-color: #C0A534; }
a { background-color: rgb(192,165,52); }
div.DivClassName
{
background-color: #C0A534;
}
.BgClassName
{
background-color: #C0A534;
}
</style>
border-color css
<style>
span { border-color: #C0A534; }
span { border-color: rgb(192,165,52); }
td.TdClassName
{
border-color: #C0A534;
}
.TagClassName
{
border-color: #C0A534;
}
</style>