Shades of Brass #C0A336
Tints of Brass #C0A336
RGB
CMYK
RGB Variations
Color information
#C0A336 (or 0xC0A336) is known color: Brass. HEX triplet: C0, A3 and 36. RGB value is (192,163,54). Sum of RGB (Red+Green+Blue) = 192+163+54=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A336 is #3F5CC9. Grayscale: #9F9F9F. Windows color (decimal): -4152522 or 3580864. OLE color: 3580864.
HSL color Cylindrical-coordinate representation of color #C0A336: hue angle of 47.39º degrees, saturation: 0.56, 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 #C0A336 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 54 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.25 |
| HSL | 47.39º | 0.56% | 0.48% | - |
| HSV(B) | 47.39º | 0.72% | 0.75% | - |
| XYZ | 35.5 | 37.67 | 8.89 | - |
| YUV | 159.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 54 | 0 | 0.15 | 0.72 | 0.25 | 47.39 | 0.56 | 0.48 |
| Hex | C0 | A3 | 36 | 0 | F | 48 | 19 | 2F | 38 | 30 |
| Octal | 300 | 243 | 66 | 0 | 17 | 110 | 31 | 57 | 70 | 60 |
| Binary | 11000000 | 10100011 | 110110 | 0 | 1111 | 1001000 | 11001 | 101111 | 111000 | 110000 |
Color Harmonies of #C0A336
Complementary color
Monochromatic Colors of #C0A336
Black with #C0A336
Text Example
Text Example
White with #C0A336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A336; }
p { color: rgb(192,163,54); }
H1.HeaderClassName
{
color: #C0A336;
}
.AnyTagClassName
{
color: #C0A336;
}
</style>
background-color css
<style>
a { background-color: #C0A336; }
a { background-color: rgb(192,163,54); }
div.DivClassName
{
background-color: #C0A336;
}
.BgClassName
{
background-color: #C0A336;
}
</style>
border-color css
<style>
span { border-color: #C0A336; }
span { border-color: rgb(192,163,54); }
td.TdClassName
{
border-color: #C0A336;
}
.TagClassName
{
border-color: #C0A336;
}
</style>