Shades of Brass #C0A53E
Tints of Brass #C0A53E
RGB
CMYK
RGB Variations
Color information
#C0A53E (or 0xC0A53E) is known color: Brass. HEX triplet: C0, A5 and 3E. RGB value is (192,165,62). Sum of RGB (Red+Green+Blue) = 192+165+62=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A53E is #3F5AC1. Grayscale: #A1A1A1. Windows color (decimal): -4152002 or 4105664. OLE color: 4105664.
HSL color Cylindrical-coordinate representation of color #C0A53E: hue angle of 47.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0A53E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 62 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.25 |
| HSL | 47.54º | 0.51% | 0.5% | - |
| HSV(B) | 47.54º | 0.68% | 0.75% | - |
| XYZ | 36.06 | 38.46 | 10.08 | - |
| YUV | 161.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 62 | 0 | 0.14 | 0.68 | 0.25 | 47.54 | 0.51 | 0.5 |
| Hex | C0 | A5 | 3E | 0 | E | 44 | 19 | 30 | 33 | 32 |
| Octal | 300 | 245 | 76 | 0 | 16 | 104 | 31 | 60 | 63 | 62 |
| Binary | 11000000 | 10100101 | 111110 | 0 | 1110 | 1000100 | 11001 | 110000 | 110011 | 110010 |
Color Harmonies of #C0A53E
Complementary color
Monochromatic Colors of #C0A53E
Black with #C0A53E
Text Example
Text Example
White with #C0A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A53E; }
p { color: rgb(192,165,62); }
H1.HeaderClassName
{
color: #C0A53E;
}
.AnyTagClassName
{
color: #C0A53E;
}
</style>
background-color css
<style>
a { background-color: #C0A53E; }
a { background-color: rgb(192,165,62); }
div.DivClassName
{
background-color: #C0A53E;
}
.BgClassName
{
background-color: #C0A53E;
}
</style>
border-color css
<style>
span { border-color: #C0A53E; }
span { border-color: rgb(192,165,62); }
td.TdClassName
{
border-color: #C0A53E;
}
.TagClassName
{
border-color: #C0A53E;
}
</style>