Shades of Brass #C0A740
Tints of Brass #C0A740
RGB
CMYK
RGB Variations
Color information
#C0A740 (or 0xC0A740) is known color: Brass. HEX triplet: C0, A7 and 40. RGB value is (192,167,64). Sum of RGB (Red+Green+Blue) = 192+167+64=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A740 is #3F58BF. Grayscale: #A3A3A3. Windows color (decimal): -4151488 or 4237248. OLE color: 4237248.
HSL color Cylindrical-coordinate representation of color #C0A740: hue angle of 48.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A740 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 64 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.25 |
| HSL | 48.28º | 0.5% | 0.5% | - |
| HSV(B) | 48.28º | 0.67% | 0.75% | - |
| XYZ | 36.48 | 39.21 | 10.5 | - |
| YUV | 162.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 64 | 0 | 0.13 | 0.67 | 0.25 | 48.28 | 0.5 | 0.5 |
| Hex | C0 | A7 | 40 | 0 | D | 43 | 19 | 30 | 32 | 32 |
| Octal | 300 | 247 | 100 | 0 | 15 | 103 | 31 | 60 | 62 | 62 |
| Binary | 11000000 | 10100111 | 1000000 | 0 | 1101 | 1000011 | 11001 | 110000 | 110010 | 110010 |
Color Harmonies of #C0A740
Complementary color
Monochromatic Colors of #C0A740
Black with #C0A740
Text Example
Text Example
White with #C0A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A740; }
p { color: rgb(192,167,64); }
H1.HeaderClassName
{
color: #C0A740;
}
.AnyTagClassName
{
color: #C0A740;
}
</style>
background-color css
<style>
a { background-color: #C0A740; }
a { background-color: rgb(192,167,64); }
div.DivClassName
{
background-color: #C0A740;
}
.BgClassName
{
background-color: #C0A740;
}
</style>
border-color css
<style>
span { border-color: #C0A740; }
span { border-color: rgb(192,167,64); }
td.TdClassName
{
border-color: #C0A740;
}
.TagClassName
{
border-color: #C0A740;
}
</style>