Shades of Brass #C1A239
Tints of Brass #C1A239
RGB
CMYK
RGB Variations
Color information
#C1A239 (or 0xC1A239) is known color: Brass. HEX triplet: C1, A2 and 39. RGB value is (193,162,57). Sum of RGB (Red+Green+Blue) = 193+162+57=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A239 is #3E5DC6. Grayscale: #9F9F9F. Windows color (decimal): -4087239 or 3777217. OLE color: 3777217.
HSL color Cylindrical-coordinate representation of color #C1A239: hue angle of 46.32º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1A239 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 57 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.24 |
| HSL | 46.32º | 0.54% | 0.49% | - |
| HSV(B) | 46.32º | 0.7% | 0.76% | - |
| XYZ | 35.65 | 37.47 | 9.22 | - |
| YUV | 159.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 57 | 0 | 0.16 | 0.70 | 0.24 | 46.32 | 0.54 | 0.49 |
| Hex | C1 | A2 | 39 | 0 | 10 | 46 | 18 | 2E | 36 | 31 |
| Octal | 301 | 242 | 71 | 0 | 20 | 106 | 30 | 56 | 66 | 61 |
| Binary | 11000001 | 10100010 | 111001 | 0 | 10000 | 1000110 | 11000 | 101110 | 110110 | 110001 |
Color Harmonies of #C1A239
Complementary color
Monochromatic Colors of #C1A239
Black with #C1A239
Text Example
Text Example
White with #C1A239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A239; }
p { color: rgb(193,162,57); }
H1.HeaderClassName
{
color: #C1A239;
}
.AnyTagClassName
{
color: #C1A239;
}
</style>
background-color css
<style>
a { background-color: #C1A239; }
a { background-color: rgb(193,162,57); }
div.DivClassName
{
background-color: #C1A239;
}
.BgClassName
{
background-color: #C1A239;
}
</style>
border-color css
<style>
span { border-color: #C1A239; }
span { border-color: rgb(193,162,57); }
td.TdClassName
{
border-color: #C1A239;
}
.TagClassName
{
border-color: #C1A239;
}
</style>