Shades of Brass #C1A334
Tints of Brass #C1A334
RGB
CMYK
RGB Variations
Color information
#C1A334 (or 0xC1A334) is known color: Brass. HEX triplet: C1, A3 and 34. RGB value is (193,163,52). Sum of RGB (Red+Green+Blue) = 193+163+52=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A334 is #3E5CCB. Grayscale: #9F9F9F. Windows color (decimal): -4086988 or 3449793. OLE color: 3449793.
HSL color Cylindrical-coordinate representation of color #C1A334: hue angle of 47.23º degrees, saturation: 0.58, 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 #C1A334 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 52 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.24 |
| HSL | 47.23º | 0.58% | 0.48% | - |
| HSV(B) | 47.23º | 0.73% | 0.76% | - |
| XYZ | 35.71 | 37.78 | 8.66 | - |
| YUV | 159.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 52 | 0 | 0.16 | 0.73 | 0.24 | 47.23 | 0.58 | 0.48 |
| Hex | C1 | A3 | 34 | 0 | 10 | 49 | 18 | 2F | 3A | 30 |
| Octal | 301 | 243 | 64 | 0 | 20 | 111 | 30 | 57 | 72 | 60 |
| Binary | 11000001 | 10100011 | 110100 | 0 | 10000 | 1001001 | 11000 | 101111 | 111010 | 110000 |
Color Harmonies of #C1A334
Complementary color
Monochromatic Colors of #C1A334
Black with #C1A334
Text Example
Text Example
White with #C1A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A334; }
p { color: rgb(193,163,52); }
H1.HeaderClassName
{
color: #C1A334;
}
.AnyTagClassName
{
color: #C1A334;
}
</style>
background-color css
<style>
a { background-color: #C1A334; }
a { background-color: rgb(193,163,52); }
div.DivClassName
{
background-color: #C1A334;
}
.BgClassName
{
background-color: #C1A334;
}
</style>
border-color css
<style>
span { border-color: #C1A334; }
span { border-color: rgb(193,163,52); }
td.TdClassName
{
border-color: #C1A334;
}
.TagClassName
{
border-color: #C1A334;
}
</style>