Shades of Brass #C1A535
Tints of Brass #C1A535
RGB
CMYK
RGB Variations
Color information
#C1A535 (or 0xC1A535) is known color: Brass. HEX triplet: C1, A5 and 35. RGB value is (193,165,53). Sum of RGB (Red+Green+Blue) = 193+165+53=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A535 is #3E5ACA. Grayscale: #A1A1A1. Windows color (decimal): -4086475 or 3515841. OLE color: 3515841.
HSL color Cylindrical-coordinate representation of color #C1A535: hue angle of 48º 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 #C1A535 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 53 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.24 |
| HSL | 48º | 0.57% | 0.48% | - |
| HSV(B) | 48º | 0.73% | 0.76% | - |
| XYZ | 36.09 | 38.5 | 8.9 | - |
| YUV | 160.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 53 | 0 | 0.15 | 0.73 | 0.24 | 48 | 0.57 | 0.48 |
| Hex | C1 | A5 | 35 | 0 | F | 49 | 18 | 30 | 39 | 30 |
| Octal | 301 | 245 | 65 | 0 | 17 | 111 | 30 | 60 | 71 | 60 |
| Binary | 11000001 | 10100101 | 110101 | 0 | 1111 | 1001001 | 11000 | 110000 | 111001 | 110000 |
Color Harmonies of #C1A535
Complementary color
Monochromatic Colors of #C1A535
Black with #C1A535
Text Example
Text Example
White with #C1A535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A535; }
p { color: rgb(193,165,53); }
H1.HeaderClassName
{
color: #C1A535;
}
.AnyTagClassName
{
color: #C1A535;
}
</style>
background-color css
<style>
a { background-color: #C1A535; }
a { background-color: rgb(193,165,53); }
div.DivClassName
{
background-color: #C1A535;
}
.BgClassName
{
background-color: #C1A535;
}
</style>
border-color css
<style>
span { border-color: #C1A535; }
span { border-color: rgb(193,165,53); }
td.TdClassName
{
border-color: #C1A535;
}
.TagClassName
{
border-color: #C1A535;
}
</style>