Shades of Brass #C2A836
Tints of Brass #C2A836
RGB
CMYK
RGB Variations
Color information
#C2A836 (or 0xC2A836) is known color: Brass. HEX triplet: C2, A8 and 36. RGB value is (194,168,54). Sum of RGB (Red+Green+Blue) = 194+168+54=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A836 is #3D57C9. Grayscale: #A3A3A3. Windows color (decimal): -4020170 or 3582146. OLE color: 3582146.
HSL color Cylindrical-coordinate representation of color #C2A836: hue angle of 48.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 #C2A836 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 54 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.24 |
| HSL | 48.86º | 0.56% | 0.49% | - |
| HSV(B) | 48.86º | 0.72% | 0.76% | - |
| XYZ | 36.92 | 39.74 | 9.22 | - |
| YUV | 162.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 54 | 0 | 0.13 | 0.72 | 0.24 | 48.86 | 0.56 | 0.49 |
| Hex | C2 | A8 | 36 | 0 | D | 48 | 18 | 31 | 38 | 31 |
| Octal | 302 | 250 | 66 | 0 | 15 | 110 | 30 | 61 | 70 | 61 |
| Binary | 11000010 | 10101000 | 110110 | 0 | 1101 | 1001000 | 11000 | 110001 | 111000 | 110001 |
Color Harmonies of #C2A836
Complementary color
Monochromatic Colors of #C2A836
Black with #C2A836
Text Example
Text Example
White with #C2A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A836; }
p { color: rgb(194,168,54); }
H1.HeaderClassName
{
color: #C2A836;
}
.AnyTagClassName
{
color: #C2A836;
}
</style>
background-color css
<style>
a { background-color: #C2A836; }
a { background-color: rgb(194,168,54); }
div.DivClassName
{
background-color: #C2A836;
}
.BgClassName
{
background-color: #C2A836;
}
</style>
border-color css
<style>
span { border-color: #C2A836; }
span { border-color: rgb(194,168,54); }
td.TdClassName
{
border-color: #C2A836;
}
.TagClassName
{
border-color: #C2A836;
}
</style>