Shades of Brass #C0AC35
Tints of Brass #C0AC35
RGB
CMYK
RGB Variations
Color information
#C0AC35 (or 0xC0AC35) is known color: Brass. HEX triplet: C0, AC and 35. RGB value is (192,172,53). Sum of RGB (Red+Green+Blue) = 192+172+53=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC35 is #3F53CA. Grayscale: #A4A4A4. Windows color (decimal): -4150219 or 3517632. OLE color: 3517632.
HSL color Cylindrical-coordinate representation of color #C0AC35: hue angle of 51.37º 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 #C0AC35 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 53 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.25 |
| HSL | 51.37º | 0.57% | 0.48% | - |
| HSV(B) | 51.37º | 0.72% | 0.75% | - |
| XYZ | 37.13 | 40.97 | 9.32 | - |
| YUV | 164.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 53 | 0 | 0.10 | 0.72 | 0.25 | 51.37 | 0.57 | 0.48 |
| Hex | C0 | AC | 35 | 0 | A | 48 | 19 | 33 | 39 | 30 |
| Octal | 300 | 254 | 65 | 0 | 12 | 110 | 31 | 63 | 71 | 60 |
| Binary | 11000000 | 10101100 | 110101 | 0 | 1010 | 1001000 | 11001 | 110011 | 111001 | 110000 |
Color Harmonies of #C0AC35
Complementary color
Monochromatic Colors of #C0AC35
Black with #C0AC35
Text Example
Text Example
White with #C0AC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC35; }
p { color: rgb(192,172,53); }
H1.HeaderClassName
{
color: #C0AC35;
}
.AnyTagClassName
{
color: #C0AC35;
}
</style>
background-color css
<style>
a { background-color: #C0AC35; }
a { background-color: rgb(192,172,53); }
div.DivClassName
{
background-color: #C0AC35;
}
.BgClassName
{
background-color: #C0AC35;
}
</style>
border-color css
<style>
span { border-color: #C0AC35; }
span { border-color: rgb(192,172,53); }
td.TdClassName
{
border-color: #C0AC35;
}
.TagClassName
{
border-color: #C0AC35;
}
</style>