Shades of Brass #C0A335
Tints of Brass #C0A335
RGB
CMYK
RGB Variations
Color information
#C0A335 (or 0xC0A335) is known color: Brass. HEX triplet: C0, A3 and 35. RGB value is (192,163,53). Sum of RGB (Red+Green+Blue) = 192+163+53=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A335 is #3F5CCA. Grayscale: #9F9F9F. Windows color (decimal): -4152523 or 3515328. OLE color: 3515328.
HSL color Cylindrical-coordinate representation of color #C0A335: hue angle of 47.48º 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 #C0A335 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 53 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.25 |
| HSL | 47.48º | 0.57% | 0.48% | - |
| HSV(B) | 47.48º | 0.72% | 0.75% | - |
| XYZ | 35.48 | 37.66 | 8.77 | - |
| YUV | 159.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 53 | 0 | 0.15 | 0.72 | 0.25 | 47.48 | 0.57 | 0.48 |
| Hex | C0 | A3 | 35 | 0 | F | 48 | 19 | 2F | 39 | 30 |
| Octal | 300 | 243 | 65 | 0 | 17 | 110 | 31 | 57 | 71 | 60 |
| Binary | 11000000 | 10100011 | 110101 | 0 | 1111 | 1001000 | 11001 | 101111 | 111001 | 110000 |
Color Harmonies of #C0A335
Complementary color
Monochromatic Colors of #C0A335
Black with #C0A335
Text Example
Text Example
White with #C0A335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A335; }
p { color: rgb(192,163,53); }
H1.HeaderClassName
{
color: #C0A335;
}
.AnyTagClassName
{
color: #C0A335;
}
</style>
background-color css
<style>
a { background-color: #C0A335; }
a { background-color: rgb(192,163,53); }
div.DivClassName
{
background-color: #C0A335;
}
.BgClassName
{
background-color: #C0A335;
}
</style>
border-color css
<style>
span { border-color: #C0A335; }
span { border-color: rgb(192,163,53); }
td.TdClassName
{
border-color: #C0A335;
}
.TagClassName
{
border-color: #C0A335;
}
</style>