Shades of Brass #C2A335
Tints of Brass #C2A335
RGB
CMYK
RGB Variations
Color information
#C2A335 (or 0xC2A335) is known color: Brass. HEX triplet: C2, A3 and 35. RGB value is (194,163,53). Sum of RGB (Red+Green+Blue) = 194+163+53=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A335 is #3D5CCA. Grayscale: #A0A0A0. Windows color (decimal): -4021451 or 3515330. OLE color: 3515330.
HSL color Cylindrical-coordinate representation of color #C2A335: hue angle of 46.81º degrees, saturation: 0.57, 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 #C2A335 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 53 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.24 |
| HSL | 46.81º | 0.57% | 0.48% | - |
| HSV(B) | 46.81º | 0.73% | 0.76% | - |
| XYZ | 35.99 | 37.92 | 8.79 | - |
| YUV | 159.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 53 | 0 | 0.16 | 0.73 | 0.24 | 46.81 | 0.57 | 0.48 |
| Hex | C2 | A3 | 35 | 0 | 10 | 49 | 18 | 2F | 39 | 30 |
| Octal | 302 | 243 | 65 | 0 | 20 | 111 | 30 | 57 | 71 | 60 |
| Binary | 11000010 | 10100011 | 110101 | 0 | 10000 | 1001001 | 11000 | 101111 | 111001 | 110000 |
Color Harmonies of #C2A335
Complementary color
Monochromatic Colors of #C2A335
Black with #C2A335
Text Example
Text Example
White with #C2A335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A335; }
p { color: rgb(194,163,53); }
H1.HeaderClassName
{
color: #C2A335;
}
.AnyTagClassName
{
color: #C2A335;
}
</style>
background-color css
<style>
a { background-color: #C2A335; }
a { background-color: rgb(194,163,53); }
div.DivClassName
{
background-color: #C2A335;
}
.BgClassName
{
background-color: #C2A335;
}
</style>
border-color css
<style>
span { border-color: #C2A335; }
span { border-color: rgb(194,163,53); }
td.TdClassName
{
border-color: #C2A335;
}
.TagClassName
{
border-color: #C2A335;
}
</style>