Shades of Brass #C0A63C
Tints of Brass #C0A63C
RGB
CMYK
RGB Variations
Color information
#C0A63C (or 0xC0A63C) is known color: Brass. HEX triplet: C0, A6 and 3C. RGB value is (192,166,60). Sum of RGB (Red+Green+Blue) = 192+166+60=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A63C is #3F59C3. Grayscale: #A2A2A2. Windows color (decimal): -4151748 or 3974848. OLE color: 3974848.
HSL color Cylindrical-coordinate representation of color #C0A63C: hue angle of 48.18º 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 #C0A63C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 60 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.25 |
| HSL | 48.18º | 0.52% | 0.49% | - |
| HSV(B) | 48.18º | 0.69% | 0.75% | - |
| XYZ | 36.19 | 38.81 | 9.86 | - |
| YUV | 161.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 60 | 0 | 0.14 | 0.69 | 0.25 | 48.18 | 0.52 | 0.49 |
| Hex | C0 | A6 | 3C | 0 | E | 45 | 19 | 30 | 34 | 31 |
| Octal | 300 | 246 | 74 | 0 | 16 | 105 | 31 | 60 | 64 | 61 |
| Binary | 11000000 | 10100110 | 111100 | 0 | 1110 | 1000101 | 11001 | 110000 | 110100 | 110001 |
Color Harmonies of #C0A63C
Complementary color
Monochromatic Colors of #C0A63C
Black with #C0A63C
Text Example
Text Example
White with #C0A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A63C; }
p { color: rgb(192,166,60); }
H1.HeaderClassName
{
color: #C0A63C;
}
.AnyTagClassName
{
color: #C0A63C;
}
</style>
background-color css
<style>
a { background-color: #C0A63C; }
a { background-color: rgb(192,166,60); }
div.DivClassName
{
background-color: #C0A63C;
}
.BgClassName
{
background-color: #C0A63C;
}
</style>
border-color css
<style>
span { border-color: #C0A63C; }
span { border-color: rgb(192,166,60); }
td.TdClassName
{
border-color: #C0A63C;
}
.TagClassName
{
border-color: #C0A63C;
}
</style>