Shades of Brass #C0AB3E
Tints of Brass #C0AB3E
RGB
CMYK
RGB Variations
Color information
#C0AB3E (or 0xC0AB3E) is known color: Brass. HEX triplet: C0, AB and 3E. RGB value is (192,171,62). Sum of RGB (Red+Green+Blue) = 192+171+62=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB3E is #3F54C1. Grayscale: #A5A5A5. Windows color (decimal): -4150466 or 4107200. OLE color: 4107200.
HSL color Cylindrical-coordinate representation of color #C0AB3E: hue angle of 50.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0AB3E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 62 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.25 |
| HSL | 50.31º | 0.51% | 0.5% | - |
| HSV(B) | 50.31º | 0.68% | 0.75% | - |
| XYZ | 37.17 | 40.68 | 10.45 | - |
| YUV | 164.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 62 | 0 | 0.11 | 0.68 | 0.25 | 50.31 | 0.51 | 0.5 |
| Hex | C0 | AB | 3E | 0 | B | 44 | 19 | 32 | 33 | 32 |
| Octal | 300 | 253 | 76 | 0 | 13 | 104 | 31 | 62 | 63 | 62 |
| Binary | 11000000 | 10101011 | 111110 | 0 | 1011 | 1000100 | 11001 | 110010 | 110011 | 110010 |
Color Harmonies of #C0AB3E
Complementary color
Monochromatic Colors of #C0AB3E
Black with #C0AB3E
Text Example
Text Example
White with #C0AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB3E; }
p { color: rgb(192,171,62); }
H1.HeaderClassName
{
color: #C0AB3E;
}
.AnyTagClassName
{
color: #C0AB3E;
}
</style>
background-color css
<style>
a { background-color: #C0AB3E; }
a { background-color: rgb(192,171,62); }
div.DivClassName
{
background-color: #C0AB3E;
}
.BgClassName
{
background-color: #C0AB3E;
}
</style>
border-color css
<style>
span { border-color: #C0AB3E; }
span { border-color: rgb(192,171,62); }
td.TdClassName
{
border-color: #C0AB3E;
}
.TagClassName
{
border-color: #C0AB3E;
}
</style>