Shades of Brass #C0A635
Tints of Brass #C0A635
RGB
CMYK
RGB Variations
Color information
#C0A635 (or 0xC0A635) is known color: Brass. HEX triplet: C0, A6 and 35. RGB value is (192,166,53). Sum of RGB (Red+Green+Blue) = 192+166+53=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A635 is #3F59CA. Grayscale: #A1A1A1. Windows color (decimal): -4151755 or 3516096. OLE color: 3516096.
HSL color Cylindrical-coordinate representation of color #C0A635: hue angle of 48.78º degrees, saturation: 0.57, 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 #C0A635 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 53 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.25 |
| HSL | 48.78º | 0.57% | 0.48% | - |
| HSV(B) | 48.78º | 0.72% | 0.75% | - |
| XYZ | 36.02 | 38.74 | 8.95 | - |
| YUV | 160.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 53 | 0 | 0.14 | 0.72 | 0.25 | 48.78 | 0.57 | 0.48 |
| Hex | C0 | A6 | 35 | 0 | E | 48 | 19 | 31 | 39 | 30 |
| Octal | 300 | 246 | 65 | 0 | 16 | 110 | 31 | 61 | 71 | 60 |
| Binary | 11000000 | 10100110 | 110101 | 0 | 1110 | 1001000 | 11001 | 110001 | 111001 | 110000 |
Color Harmonies of #C0A635
Complementary color
Monochromatic Colors of #C0A635
Black with #C0A635
Text Example
Text Example
White with #C0A635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A635; }
p { color: rgb(192,166,53); }
H1.HeaderClassName
{
color: #C0A635;
}
.AnyTagClassName
{
color: #C0A635;
}
</style>
background-color css
<style>
a { background-color: #C0A635; }
a { background-color: rgb(192,166,53); }
div.DivClassName
{
background-color: #C0A635;
}
.BgClassName
{
background-color: #C0A635;
}
</style>
border-color css
<style>
span { border-color: #C0A635; }
span { border-color: rgb(192,166,53); }
td.TdClassName
{
border-color: #C0A635;
}
.TagClassName
{
border-color: #C0A635;
}
</style>