Shades of Brass #C1A43C
Tints of Brass #C1A43C
RGB
CMYK
RGB Variations
Color information
#C1A43C (or 0xC1A43C) is known color: Brass. HEX triplet: C1, A4 and 3C. RGB value is (193,164,60). Sum of RGB (Red+Green+Blue) = 193+164+60=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A43C is #3E5BC3. Grayscale: #A1A1A1. Windows color (decimal): -4086724 or 3974337. OLE color: 3974337.
HSL color Cylindrical-coordinate representation of color #C1A43C: hue angle of 46.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1A43C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 60 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.24 |
| HSL | 46.92º | 0.53% | 0.5% | - |
| HSV(B) | 46.92º | 0.69% | 0.76% | - |
| XYZ | 36.08 | 38.21 | 9.75 | - |
| YUV | 160.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 60 | 0 | 0.15 | 0.69 | 0.24 | 46.92 | 0.53 | 0.5 |
| Hex | C1 | A4 | 3C | 0 | F | 45 | 18 | 2F | 35 | 32 |
| Octal | 301 | 244 | 74 | 0 | 17 | 105 | 30 | 57 | 65 | 62 |
| Binary | 11000001 | 10100100 | 111100 | 0 | 1111 | 1000101 | 11000 | 101111 | 110101 | 110010 |
Color Harmonies of #C1A43C
Complementary color
Monochromatic Colors of #C1A43C
Black with #C1A43C
Text Example
Text Example
White with #C1A43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A43C; }
p { color: rgb(193,164,60); }
H1.HeaderClassName
{
color: #C1A43C;
}
.AnyTagClassName
{
color: #C1A43C;
}
</style>
background-color css
<style>
a { background-color: #C1A43C; }
a { background-color: rgb(193,164,60); }
div.DivClassName
{
background-color: #C1A43C;
}
.BgClassName
{
background-color: #C1A43C;
}
</style>
border-color css
<style>
span { border-color: #C1A43C; }
span { border-color: rgb(193,164,60); }
td.TdClassName
{
border-color: #C1A43C;
}
.TagClassName
{
border-color: #C1A43C;
}
</style>