Shades of Brass #C0A83A
Tints of Brass #C0A83A
RGB
CMYK
RGB Variations
Color information
#C0A83A (or 0xC0A83A) is known color: Brass. HEX triplet: C0, A8 and 3A. RGB value is (192,168,58). Sum of RGB (Red+Green+Blue) = 192+168+58=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A83A is #3F57C5. Grayscale: #A3A3A3. Windows color (decimal): -4151238 or 3844288. OLE color: 3844288.
HSL color Cylindrical-coordinate representation of color #C0A83A: hue angle of 49.25º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0A83A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 58 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.25 |
| HSL | 49.25º | 0.54% | 0.49% | - |
| HSV(B) | 49.25º | 0.7% | 0.75% | - |
| XYZ | 36.5 | 39.52 | 9.71 | - |
| YUV | 162.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 58 | 0 | 0.12 | 0.70 | 0.25 | 49.25 | 0.54 | 0.49 |
| Hex | C0 | A8 | 3A | 0 | C | 46 | 19 | 31 | 36 | 31 |
| Octal | 300 | 250 | 72 | 0 | 14 | 106 | 31 | 61 | 66 | 61 |
| Binary | 11000000 | 10101000 | 111010 | 0 | 1100 | 1000110 | 11001 | 110001 | 110110 | 110001 |
Color Harmonies of #C0A83A
Complementary color
Monochromatic Colors of #C0A83A
Black with #C0A83A
Text Example
Text Example
White with #C0A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A83A; }
p { color: rgb(192,168,58); }
H1.HeaderClassName
{
color: #C0A83A;
}
.AnyTagClassName
{
color: #C0A83A;
}
</style>
background-color css
<style>
a { background-color: #C0A83A; }
a { background-color: rgb(192,168,58); }
div.DivClassName
{
background-color: #C0A83A;
}
.BgClassName
{
background-color: #C0A83A;
}
</style>
border-color css
<style>
span { border-color: #C0A83A; }
span { border-color: rgb(192,168,58); }
td.TdClassName
{
border-color: #C0A83A;
}
.TagClassName
{
border-color: #C0A83A;
}
</style>