Shades of Brass #C0A340
Tints of Brass #C0A340
RGB
CMYK
RGB Variations
Color information
#C0A340 (or 0xC0A340) is known color: Brass. HEX triplet: C0, A3 and 40. RGB value is (192,163,64). Sum of RGB (Red+Green+Blue) = 192+163+64=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A340 is #3F5CBF. Grayscale: #A0A0A0. Windows color (decimal): -4152512 or 4236224. OLE color: 4236224.
HSL color Cylindrical-coordinate representation of color #C0A340: hue angle of 46.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A340 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 64 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.25 |
| HSL | 46.41º | 0.5% | 0.5% | - |
| HSV(B) | 46.41º | 0.67% | 0.75% | - |
| XYZ | 35.76 | 37.77 | 10.26 | - |
| YUV | 160.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 64 | 0 | 0.15 | 0.67 | 0.25 | 46.41 | 0.5 | 0.5 |
| Hex | C0 | A3 | 40 | 0 | F | 43 | 19 | 2E | 32 | 32 |
| Octal | 300 | 243 | 100 | 0 | 17 | 103 | 31 | 56 | 62 | 62 |
| Binary | 11000000 | 10100011 | 1000000 | 0 | 1111 | 1000011 | 11001 | 101110 | 110010 | 110010 |
Color Harmonies of #C0A340
Complementary color
Monochromatic Colors of #C0A340
Black with #C0A340
Text Example
Text Example
White with #C0A340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A340; }
p { color: rgb(192,163,64); }
H1.HeaderClassName
{
color: #C0A340;
}
.AnyTagClassName
{
color: #C0A340;
}
</style>
background-color css
<style>
a { background-color: #C0A340; }
a { background-color: rgb(192,163,64); }
div.DivClassName
{
background-color: #C0A340;
}
.BgClassName
{
background-color: #C0A340;
}
</style>
border-color css
<style>
span { border-color: #C0A340; }
span { border-color: rgb(192,163,64); }
td.TdClassName
{
border-color: #C0A340;
}
.TagClassName
{
border-color: #C0A340;
}
</style>