Shades of Brass #C0A835
Tints of Brass #C0A835
RGB
CMYK
RGB Variations
Color information
#C0A835 (or 0xC0A835) is known color: Brass. HEX triplet: C0, A8 and 35. RGB value is (192,168,53). Sum of RGB (Red+Green+Blue) = 192+168+53=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A835 is #3F57CA. Grayscale: #A2A2A2. Windows color (decimal): -4151243 or 3516608. OLE color: 3516608.
HSL color Cylindrical-coordinate representation of color #C0A835: hue angle of 49.64º 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 #C0A835 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 53 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.25 |
| HSL | 49.64º | 0.57% | 0.48% | - |
| HSV(B) | 49.64º | 0.72% | 0.75% | - |
| XYZ | 36.38 | 39.47 | 9.07 | - |
| YUV | 162.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 53 | 0 | 0.12 | 0.72 | 0.25 | 49.64 | 0.57 | 0.48 |
| Hex | C0 | A8 | 35 | 0 | C | 48 | 19 | 32 | 39 | 30 |
| Octal | 300 | 250 | 65 | 0 | 14 | 110 | 31 | 62 | 71 | 60 |
| Binary | 11000000 | 10101000 | 110101 | 0 | 1100 | 1001000 | 11001 | 110010 | 111001 | 110000 |
Color Harmonies of #C0A835
Complementary color
Monochromatic Colors of #C0A835
Black with #C0A835
Text Example
Text Example
White with #C0A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A835; }
p { color: rgb(192,168,53); }
H1.HeaderClassName
{
color: #C0A835;
}
.AnyTagClassName
{
color: #C0A835;
}
</style>
background-color css
<style>
a { background-color: #C0A835; }
a { background-color: rgb(192,168,53); }
div.DivClassName
{
background-color: #C0A835;
}
.BgClassName
{
background-color: #C0A835;
}
</style>
border-color css
<style>
span { border-color: #C0A835; }
span { border-color: rgb(192,168,53); }
td.TdClassName
{
border-color: #C0A835;
}
.TagClassName
{
border-color: #C0A835;
}
</style>