Shades of Brass #C0A63B
Tints of Brass #C0A63B
RGB
CMYK
RGB Variations
Color information
#C0A63B (or 0xC0A63B) is known color: Brass. HEX triplet: C0, A6 and 3B. RGB value is (192,166,59). Sum of RGB (Red+Green+Blue) = 192+166+59=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A63B is #3F59C4. Grayscale: #A2A2A2. Windows color (decimal): -4151749 or 3909312. OLE color: 3909312.
HSL color Cylindrical-coordinate representation of color #C0A63B: hue angle of 48.27º degrees, saturation: 0.53, 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 #C0A63B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 59 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.25 |
| HSL | 48.27º | 0.53% | 0.49% | - |
| HSV(B) | 48.27º | 0.69% | 0.75% | - |
| XYZ | 36.16 | 38.79 | 9.72 | - |
| YUV | 161.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 59 | 0 | 0.14 | 0.69 | 0.25 | 48.27 | 0.53 | 0.49 |
| Hex | C0 | A6 | 3B | 0 | E | 45 | 19 | 30 | 35 | 31 |
| Octal | 300 | 246 | 73 | 0 | 16 | 105 | 31 | 60 | 65 | 61 |
| Binary | 11000000 | 10100110 | 111011 | 0 | 1110 | 1000101 | 11001 | 110000 | 110101 | 110001 |
Color Harmonies of #C0A63B
Complementary color
Monochromatic Colors of #C0A63B
Black with #C0A63B
Text Example
Text Example
White with #C0A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A63B; }
p { color: rgb(192,166,59); }
H1.HeaderClassName
{
color: #C0A63B;
}
.AnyTagClassName
{
color: #C0A63B;
}
</style>
background-color css
<style>
a { background-color: #C0A63B; }
a { background-color: rgb(192,166,59); }
div.DivClassName
{
background-color: #C0A63B;
}
.BgClassName
{
background-color: #C0A63B;
}
</style>
border-color css
<style>
span { border-color: #C0A63B; }
span { border-color: rgb(192,166,59); }
td.TdClassName
{
border-color: #C0A63B;
}
.TagClassName
{
border-color: #C0A63B;
}
</style>