Shades of Brass #C0A73F
Tints of Brass #C0A73F
RGB
CMYK
RGB Variations
Color information
#C0A73F (or 0xC0A73F) is known color: Brass. HEX triplet: C0, A7 and 3F. RGB value is (192,167,63). Sum of RGB (Red+Green+Blue) = 192+167+63=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A73F is #3F58C0. Grayscale: #A3A3A3. Windows color (decimal): -4151489 or 4171712. OLE color: 4171712.
HSL color Cylindrical-coordinate representation of color #C0A73F: hue angle of 48.37º degrees, saturation: 0.51, 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 #C0A73F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 63 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.25 |
| HSL | 48.37º | 0.51% | 0.5% | - |
| HSV(B) | 48.37º | 0.67% | 0.75% | - |
| XYZ | 36.45 | 39.2 | 10.35 | - |
| YUV | 162.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 63 | 0 | 0.13 | 0.67 | 0.25 | 48.37 | 0.51 | 0.5 |
| Hex | C0 | A7 | 3F | 0 | D | 43 | 19 | 30 | 33 | 32 |
| Octal | 300 | 247 | 77 | 0 | 15 | 103 | 31 | 60 | 63 | 62 |
| Binary | 11000000 | 10100111 | 111111 | 0 | 1101 | 1000011 | 11001 | 110000 | 110011 | 110010 |
Color Harmonies of #C0A73F
Complementary color
Monochromatic Colors of #C0A73F
Black with #C0A73F
Text Example
Text Example
White with #C0A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A73F; }
p { color: rgb(192,167,63); }
H1.HeaderClassName
{
color: #C0A73F;
}
.AnyTagClassName
{
color: #C0A73F;
}
</style>
background-color css
<style>
a { background-color: #C0A73F; }
a { background-color: rgb(192,167,63); }
div.DivClassName
{
background-color: #C0A73F;
}
.BgClassName
{
background-color: #C0A73F;
}
</style>
border-color css
<style>
span { border-color: #C0A73F; }
span { border-color: rgb(192,167,63); }
td.TdClassName
{
border-color: #C0A73F;
}
.TagClassName
{
border-color: #C0A73F;
}
</style>