Shades of Brass #C0A541
Tints of Brass #C0A541
RGB
CMYK
RGB Variations
Color information
#C0A541 (or 0xC0A541) is known color: Brass. HEX triplet: C0, A5 and 41. RGB value is (192,165,65). Sum of RGB (Red+Green+Blue) = 192+165+65=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A541 is #3F5ABE. Grayscale: #A2A2A2. Windows color (decimal): -4151999 or 4302272. OLE color: 4302272.
HSL color Cylindrical-coordinate representation of color #C0A541: hue angle of 47.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0A541 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 65 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.25 |
| HSL | 47.24º | 0.5% | 0.5% | - |
| HSV(B) | 47.24º | 0.66% | 0.75% | - |
| XYZ | 36.15 | 38.5 | 10.53 | - |
| YUV | 161.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 65 | 0 | 0.14 | 0.66 | 0.25 | 47.24 | 0.5 | 0.5 |
| Hex | C0 | A5 | 41 | 0 | E | 42 | 19 | 2F | 32 | 32 |
| Octal | 300 | 245 | 101 | 0 | 16 | 102 | 31 | 57 | 62 | 62 |
| Binary | 11000000 | 10100101 | 1000001 | 0 | 1110 | 1000010 | 11001 | 101111 | 110010 | 110010 |
Color Harmonies of #C0A541
Complementary color
Monochromatic Colors of #C0A541
Black with #C0A541
Text Example
Text Example
White with #C0A541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A541; }
p { color: rgb(192,165,65); }
H1.HeaderClassName
{
color: #C0A541;
}
.AnyTagClassName
{
color: #C0A541;
}
</style>
background-color css
<style>
a { background-color: #C0A541; }
a { background-color: rgb(192,165,65); }
div.DivClassName
{
background-color: #C0A541;
}
.BgClassName
{
background-color: #C0A541;
}
</style>
border-color css
<style>
span { border-color: #C0A541; }
span { border-color: rgb(192,165,65); }
td.TdClassName
{
border-color: #C0A541;
}
.TagClassName
{
border-color: #C0A541;
}
</style>