Shades of Brass #C0A633
Tints of Brass #C0A633
RGB
CMYK
RGB Variations
Color information
#C0A633 (or 0xC0A633) is known color: Brass. HEX triplet: C0, A6 and 33. RGB value is (192,166,51). Sum of RGB (Red+Green+Blue) = 192+166+51=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A633 is #3F59CC. Grayscale: #A1A1A1. Windows color (decimal): -4151757 or 3385024. OLE color: 3385024.
HSL color Cylindrical-coordinate representation of color #C0A633: hue angle of 48.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0A633 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 51 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.25 |
| HSL | 48.94º | 0.58% | 0.48% | - |
| HSV(B) | 48.94º | 0.73% | 0.75% | - |
| XYZ | 35.97 | 38.72 | 8.71 | - |
| YUV | 160.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 51 | 0 | 0.14 | 0.73 | 0.25 | 48.94 | 0.58 | 0.48 |
| Hex | C0 | A6 | 33 | 0 | E | 49 | 19 | 31 | 3A | 30 |
| Octal | 300 | 246 | 63 | 0 | 16 | 111 | 31 | 61 | 72 | 60 |
| Binary | 11000000 | 10100110 | 110011 | 0 | 1110 | 1001001 | 11001 | 110001 | 111010 | 110000 |
Color Harmonies of #C0A633
Complementary color
Monochromatic Colors of #C0A633
Black with #C0A633
Text Example
Text Example
White with #C0A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A633; }
p { color: rgb(192,166,51); }
H1.HeaderClassName
{
color: #C0A633;
}
.AnyTagClassName
{
color: #C0A633;
}
</style>
background-color css
<style>
a { background-color: #C0A633; }
a { background-color: rgb(192,166,51); }
div.DivClassName
{
background-color: #C0A633;
}
.BgClassName
{
background-color: #C0A633;
}
</style>
border-color css
<style>
span { border-color: #C0A633; }
span { border-color: rgb(192,166,51); }
td.TdClassName
{
border-color: #C0A633;
}
.TagClassName
{
border-color: #C0A633;
}
</style>