Shades of Brass #C0A538
Tints of Brass #C0A538
RGB
CMYK
RGB Variations
Color information
#C0A538 (or 0xC0A538) is known color: Brass. HEX triplet: C0, A5 and 38. RGB value is (192,165,56). Sum of RGB (Red+Green+Blue) = 192+165+56=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A538 is #3F5AC7. Grayscale: #A1A1A1. Windows color (decimal): -4152008 or 3712448. OLE color: 3712448.
HSL color Cylindrical-coordinate representation of color #C0A538: hue angle of 48.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0A538 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 56 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.25 |
| HSL | 48.09º | 0.55% | 0.49% | - |
| HSV(B) | 48.09º | 0.71% | 0.75% | - |
| XYZ | 35.91 | 38.4 | 9.26 | - |
| YUV | 160.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 56 | 0 | 0.14 | 0.71 | 0.25 | 48.09 | 0.55 | 0.49 |
| Hex | C0 | A5 | 38 | 0 | E | 47 | 19 | 30 | 37 | 31 |
| Octal | 300 | 245 | 70 | 0 | 16 | 107 | 31 | 60 | 67 | 61 |
| Binary | 11000000 | 10100101 | 111000 | 0 | 1110 | 1000111 | 11001 | 110000 | 110111 | 110001 |
Color Harmonies of #C0A538
Complementary color
Monochromatic Colors of #C0A538
Black with #C0A538
Text Example
Text Example
White with #C0A538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A538; }
p { color: rgb(192,165,56); }
H1.HeaderClassName
{
color: #C0A538;
}
.AnyTagClassName
{
color: #C0A538;
}
</style>
background-color css
<style>
a { background-color: #C0A538; }
a { background-color: rgb(192,165,56); }
div.DivClassName
{
background-color: #C0A538;
}
.BgClassName
{
background-color: #C0A538;
}
</style>
border-color css
<style>
span { border-color: #C0A538; }
span { border-color: rgb(192,165,56); }
td.TdClassName
{
border-color: #C0A538;
}
.TagClassName
{
border-color: #C0A538;
}
</style>