Shades of Brass #C2A136
Tints of Brass #C2A136
RGB
CMYK
RGB Variations
Color information
#C2A136 (or 0xC2A136) is known color: Brass. HEX triplet: C2, A1 and 36. RGB value is (194,161,54). Sum of RGB (Red+Green+Blue) = 194+161+54=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A136 is #3D5EC9. Grayscale: #9F9F9F. Windows color (decimal): -4021962 or 3580354. OLE color: 3580354.
HSL color Cylindrical-coordinate representation of color #C2A136: hue angle of 45.86º 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 #C2A136 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 54 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.24 |
| HSL | 45.86º | 0.56% | 0.49% | - |
| HSV(B) | 45.86º | 0.72% | 0.76% | - |
| XYZ | 35.66 | 37.23 | 8.8 | - |
| YUV | 158.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 54 | 0 | 0.17 | 0.72 | 0.24 | 45.86 | 0.56 | 0.49 |
| Hex | C2 | A1 | 36 | 0 | 11 | 48 | 18 | 2E | 38 | 31 |
| Octal | 302 | 241 | 66 | 0 | 21 | 110 | 30 | 56 | 70 | 61 |
| Binary | 11000010 | 10100001 | 110110 | 0 | 10001 | 1001000 | 11000 | 101110 | 111000 | 110001 |
Color Harmonies of #C2A136
Complementary color
Monochromatic Colors of #C2A136
Black with #C2A136
Text Example
Text Example
White with #C2A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A136; }
p { color: rgb(194,161,54); }
H1.HeaderClassName
{
color: #C2A136;
}
.AnyTagClassName
{
color: #C2A136;
}
</style>
background-color css
<style>
a { background-color: #C2A136; }
a { background-color: rgb(194,161,54); }
div.DivClassName
{
background-color: #C2A136;
}
.BgClassName
{
background-color: #C2A136;
}
</style>
border-color css
<style>
span { border-color: #C2A136; }
span { border-color: rgb(194,161,54); }
td.TdClassName
{
border-color: #C2A136;
}
.TagClassName
{
border-color: #C2A136;
}
</style>