Shades of Brass #C0A436
Tints of Brass #C0A436
RGB
CMYK
RGB Variations
Color information
#C0A436 (or 0xC0A436) is known color: Brass. HEX triplet: C0, A4 and 36. RGB value is (192,164,54). Sum of RGB (Red+Green+Blue) = 192+164+54=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A436 is #3F5BC9. Grayscale: #A0A0A0. Windows color (decimal): -4152266 or 3581120. OLE color: 3581120.
HSL color Cylindrical-coordinate representation of color #C0A436: hue angle of 47.83º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0A436 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 54 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.25 |
| HSL | 47.83º | 0.56% | 0.48% | - |
| HSV(B) | 47.83º | 0.72% | 0.75% | - |
| XYZ | 35.68 | 38.02 | 8.95 | - |
| YUV | 159.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 54 | 0 | 0.15 | 0.72 | 0.25 | 47.83 | 0.56 | 0.48 |
| Hex | C0 | A4 | 36 | 0 | F | 48 | 19 | 30 | 38 | 30 |
| Octal | 300 | 244 | 66 | 0 | 17 | 110 | 31 | 60 | 70 | 60 |
| Binary | 11000000 | 10100100 | 110110 | 0 | 1111 | 1001000 | 11001 | 110000 | 111000 | 110000 |
Color Harmonies of #C0A436
Complementary color
Monochromatic Colors of #C0A436
Black with #C0A436
Text Example
Text Example
White with #C0A436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A436; }
p { color: rgb(192,164,54); }
H1.HeaderClassName
{
color: #C0A436;
}
.AnyTagClassName
{
color: #C0A436;
}
</style>
background-color css
<style>
a { background-color: #C0A436; }
a { background-color: rgb(192,164,54); }
div.DivClassName
{
background-color: #C0A436;
}
.BgClassName
{
background-color: #C0A436;
}
</style>
border-color css
<style>
span { border-color: #C0A436; }
span { border-color: rgb(192,164,54); }
td.TdClassName
{
border-color: #C0A436;
}
.TagClassName
{
border-color: #C0A436;
}
</style>