Shades of Brass #C1A835
Tints of Brass #C1A835
RGB
CMYK
RGB Variations
Color information
#C1A835 (or 0xC1A835) is known color: Brass. HEX triplet: C1, A8 and 35. RGB value is (193,168,53). Sum of RGB (Red+Green+Blue) = 193+168+53=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A835 is #3E57CA. Grayscale: #A2A2A2. Windows color (decimal): -4085707 or 3516609. OLE color: 3516609.
HSL color Cylindrical-coordinate representation of color #C1A835: hue angle of 49.29º 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 #C1A835 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 53 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.24 |
| HSL | 49.29º | 0.57% | 0.48% | - |
| HSV(B) | 49.29º | 0.73% | 0.76% | - |
| XYZ | 36.64 | 39.6 | 9.08 | - |
| YUV | 162.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 53 | 0 | 0.13 | 0.73 | 0.24 | 49.29 | 0.57 | 0.48 |
| Hex | C1 | A8 | 35 | 0 | D | 49 | 18 | 31 | 39 | 30 |
| Octal | 301 | 250 | 65 | 0 | 15 | 111 | 30 | 61 | 71 | 60 |
| Binary | 11000001 | 10101000 | 110101 | 0 | 1101 | 1001001 | 11000 | 110001 | 111001 | 110000 |
Color Harmonies of #C1A835
Complementary color
Monochromatic Colors of #C1A835
Black with #C1A835
Text Example
Text Example
White with #C1A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A835; }
p { color: rgb(193,168,53); }
H1.HeaderClassName
{
color: #C1A835;
}
.AnyTagClassName
{
color: #C1A835;
}
</style>
background-color css
<style>
a { background-color: #C1A835; }
a { background-color: rgb(193,168,53); }
div.DivClassName
{
background-color: #C1A835;
}
.BgClassName
{
background-color: #C1A835;
}
</style>
border-color css
<style>
span { border-color: #C1A835; }
span { border-color: rgb(193,168,53); }
td.TdClassName
{
border-color: #C1A835;
}
.TagClassName
{
border-color: #C1A835;
}
</style>