Shades of Brass #C0A73C
Tints of Brass #C0A73C
RGB
CMYK
RGB Variations
Color information
#C0A73C (or 0xC0A73C) is known color: Brass. HEX triplet: C0, A7 and 3C. RGB value is (192,167,60). Sum of RGB (Red+Green+Blue) = 192+167+60=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A73C is #3F58C3. Grayscale: #A2A2A2. Windows color (decimal): -4151492 or 3975104. OLE color: 3975104.
HSL color Cylindrical-coordinate representation of color #C0A73C: hue angle of 48.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0A73C is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 60 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.25 |
| HSL | 48.64º | 0.52% | 0.49% | - |
| HSV(B) | 48.64º | 0.69% | 0.75% | - |
| XYZ | 36.37 | 39.17 | 9.92 | - |
| YUV | 162.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 60 | 0 | 0.13 | 0.69 | 0.25 | 48.64 | 0.52 | 0.49 |
| Hex | C0 | A7 | 3C | 0 | D | 45 | 19 | 31 | 34 | 31 |
| Octal | 300 | 247 | 74 | 0 | 15 | 105 | 31 | 61 | 64 | 61 |
| Binary | 11000000 | 10100111 | 111100 | 0 | 1101 | 1000101 | 11001 | 110001 | 110100 | 110001 |
Color Harmonies of #C0A73C
Complementary color
Monochromatic Colors of #C0A73C
Black with #C0A73C
Text Example
Text Example
White with #C0A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A73C; }
p { color: rgb(192,167,60); }
H1.HeaderClassName
{
color: #C0A73C;
}
.AnyTagClassName
{
color: #C0A73C;
}
</style>
background-color css
<style>
a { background-color: #C0A73C; }
a { background-color: rgb(192,167,60); }
div.DivClassName
{
background-color: #C0A73C;
}
.BgClassName
{
background-color: #C0A73C;
}
</style>
border-color css
<style>
span { border-color: #C0A73C; }
span { border-color: rgb(192,167,60); }
td.TdClassName
{
border-color: #C0A73C;
}
.TagClassName
{
border-color: #C0A73C;
}
</style>