Shades of Brass #C2A639
Tints of Brass #C2A639
RGB
CMYK
RGB Variations
Color information
#C2A639 (or 0xC2A639) is known color: Brass. HEX triplet: C2, A6 and 39. RGB value is (194,166,57). Sum of RGB (Red+Green+Blue) = 194+166+57=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A639 is #3D59C6. Grayscale: #A2A2A2. Windows color (decimal): -4020679 or 3778242. OLE color: 3778242.
HSL color Cylindrical-coordinate representation of color #C2A639: hue angle of 47.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2A639 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 57 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.24 |
| HSL | 47.74º | 0.55% | 0.49% | - |
| HSV(B) | 47.74º | 0.71% | 0.76% | - |
| XYZ | 36.62 | 39.04 | 9.48 | - |
| YUV | 161.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 57 | 0 | 0.14 | 0.71 | 0.24 | 47.74 | 0.55 | 0.49 |
| Hex | C2 | A6 | 39 | 0 | E | 47 | 18 | 30 | 37 | 31 |
| Octal | 302 | 246 | 71 | 0 | 16 | 107 | 30 | 60 | 67 | 61 |
| Binary | 11000010 | 10100110 | 111001 | 0 | 1110 | 1000111 | 11000 | 110000 | 110111 | 110001 |
Color Harmonies of #C2A639
Complementary color
Monochromatic Colors of #C2A639
Black with #C2A639
Text Example
Text Example
White with #C2A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A639; }
p { color: rgb(194,166,57); }
H1.HeaderClassName
{
color: #C2A639;
}
.AnyTagClassName
{
color: #C2A639;
}
</style>
background-color css
<style>
a { background-color: #C2A639; }
a { background-color: rgb(194,166,57); }
div.DivClassName
{
background-color: #C2A639;
}
.BgClassName
{
background-color: #C2A639;
}
</style>
border-color css
<style>
span { border-color: #C2A639; }
span { border-color: rgb(194,166,57); }
td.TdClassName
{
border-color: #C2A639;
}
.TagClassName
{
border-color: #C2A639;
}
</style>