Shades of Brass #C2A534
Tints of Brass #C2A534
RGB
CMYK
RGB Variations
Color information
#C2A534 (or 0xC2A534) is known color: Brass. HEX triplet: C2, A5 and 34. RGB value is (194,165,52). Sum of RGB (Red+Green+Blue) = 194+165+52=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A534 is #3D5ACB. Grayscale: #A1A1A1. Windows color (decimal): -4020940 or 3450306. OLE color: 3450306.
HSL color Cylindrical-coordinate representation of color #C2A534: hue angle of 47.75º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2A534 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 52 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.24 |
| HSL | 47.75º | 0.58% | 0.48% | - |
| HSV(B) | 47.75º | 0.73% | 0.76% | - |
| XYZ | 36.32 | 38.63 | 8.79 | - |
| YUV | 160.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 52 | 0 | 0.15 | 0.73 | 0.24 | 47.75 | 0.58 | 0.48 |
| Hex | C2 | A5 | 34 | 0 | F | 49 | 18 | 30 | 3A | 30 |
| Octal | 302 | 245 | 64 | 0 | 17 | 111 | 30 | 60 | 72 | 60 |
| Binary | 11000010 | 10100101 | 110100 | 0 | 1111 | 1001001 | 11000 | 110000 | 111010 | 110000 |
Color Harmonies of #C2A534
Complementary color
Monochromatic Colors of #C2A534
Black with #C2A534
Text Example
Text Example
White with #C2A534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A534; }
p { color: rgb(194,165,52); }
H1.HeaderClassName
{
color: #C2A534;
}
.AnyTagClassName
{
color: #C2A534;
}
</style>
background-color css
<style>
a { background-color: #C2A534; }
a { background-color: rgb(194,165,52); }
div.DivClassName
{
background-color: #C2A534;
}
.BgClassName
{
background-color: #C2A534;
}
</style>
border-color css
<style>
span { border-color: #C2A534; }
span { border-color: rgb(194,165,52); }
td.TdClassName
{
border-color: #C2A534;
}
.TagClassName
{
border-color: #C2A534;
}
</style>