Shades of Brass #C1A236
Tints of Brass #C1A236
RGB
CMYK
RGB Variations
Color information
#C1A236 (or 0xC1A236) is known color: Brass. HEX triplet: C1, A2 and 36. RGB value is (193,162,54). Sum of RGB (Red+Green+Blue) = 193+162+54=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A236 is #3E5DC9. Grayscale: #9F9F9F. Windows color (decimal): -4087242 or 3580609. OLE color: 3580609.
HSL color Cylindrical-coordinate representation of color #C1A236: hue angle of 46.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1A236 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 54 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.24 |
| HSL | 46.62º | 0.56% | 0.48% | - |
| HSV(B) | 46.62º | 0.72% | 0.76% | - |
| XYZ | 35.58 | 37.44 | 8.84 | - |
| YUV | 158.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 54 | 0 | 0.16 | 0.72 | 0.24 | 46.62 | 0.56 | 0.48 |
| Hex | C1 | A2 | 36 | 0 | 10 | 48 | 18 | 2F | 38 | 30 |
| Octal | 301 | 242 | 66 | 0 | 20 | 110 | 30 | 57 | 70 | 60 |
| Binary | 11000001 | 10100010 | 110110 | 0 | 10000 | 1001000 | 11000 | 101111 | 111000 | 110000 |
Color Harmonies of #C1A236
Complementary color
Monochromatic Colors of #C1A236
Black with #C1A236
Text Example
Text Example
White with #C1A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A236; }
p { color: rgb(193,162,54); }
H1.HeaderClassName
{
color: #C1A236;
}
.AnyTagClassName
{
color: #C1A236;
}
</style>
background-color css
<style>
a { background-color: #C1A236; }
a { background-color: rgb(193,162,54); }
div.DivClassName
{
background-color: #C1A236;
}
.BgClassName
{
background-color: #C1A236;
}
</style>
border-color css
<style>
span { border-color: #C1A236; }
span { border-color: rgb(193,162,54); }
td.TdClassName
{
border-color: #C1A236;
}
.TagClassName
{
border-color: #C1A236;
}
</style>