Shades of Brass #C2A236
Tints of Brass #C2A236
RGB
CMYK
RGB Variations
Color information
#C2A236 (or 0xC2A236) is known color: Brass. HEX triplet: C2, A2 and 36. RGB value is (194,162,54). Sum of RGB (Red+Green+Blue) = 194+162+54=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A236 is #3D5DC9. Grayscale: #9F9F9F. Windows color (decimal): -4021706 or 3580610. OLE color: 3580610.
HSL color Cylindrical-coordinate representation of color #C2A236: hue angle of 46.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2A236 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 54 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.24 |
| HSL | 46.29º | 0.56% | 0.49% | - |
| HSV(B) | 46.29º | 0.72% | 0.76% | - |
| XYZ | 35.83 | 37.58 | 8.85 | - |
| YUV | 159.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 54 | 0 | 0.16 | 0.72 | 0.24 | 46.29 | 0.56 | 0.49 |
| Hex | C2 | A2 | 36 | 0 | 10 | 48 | 18 | 2E | 38 | 31 |
| Octal | 302 | 242 | 66 | 0 | 20 | 110 | 30 | 56 | 70 | 61 |
| Binary | 11000010 | 10100010 | 110110 | 0 | 10000 | 1001000 | 11000 | 101110 | 111000 | 110001 |
Color Harmonies of #C2A236
Complementary color
Monochromatic Colors of #C2A236
Black with #C2A236
Text Example
Text Example
White with #C2A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A236; }
p { color: rgb(194,162,54); }
H1.HeaderClassName
{
color: #C2A236;
}
.AnyTagClassName
{
color: #C2A236;
}
</style>
background-color css
<style>
a { background-color: #C2A236; }
a { background-color: rgb(194,162,54); }
div.DivClassName
{
background-color: #C2A236;
}
.BgClassName
{
background-color: #C2A236;
}
</style>
border-color css
<style>
span { border-color: #C2A236; }
span { border-color: rgb(194,162,54); }
td.TdClassName
{
border-color: #C2A236;
}
.TagClassName
{
border-color: #C2A236;
}
</style>