Shades of Brass #C1A23C
Tints of Brass #C1A23C
RGB
CMYK
RGB Variations
Color information
#C1A23C (or 0xC1A23C) is known color: Brass. HEX triplet: C1, A2 and 3C. RGB value is (193,162,60). Sum of RGB (Red+Green+Blue) = 193+162+60=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A23C is #3E5DC3. Grayscale: #A0A0A0. Windows color (decimal): -4087236 or 3973825. OLE color: 3973825.
HSL color Cylindrical-coordinate representation of color #C1A23C: hue angle of 46.02º 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 #C1A23C is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 60 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.24 |
| HSL | 46.02º | 0.53% | 0.5% | - |
| HSV(B) | 46.02º | 0.69% | 0.76% | - |
| XYZ | 35.73 | 37.5 | 9.63 | - |
| YUV | 159.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 60 | 0 | 0.16 | 0.69 | 0.24 | 46.02 | 0.53 | 0.5 |
| Hex | C1 | A2 | 3C | 0 | 10 | 45 | 18 | 2E | 35 | 32 |
| Octal | 301 | 242 | 74 | 0 | 20 | 105 | 30 | 56 | 65 | 62 |
| Binary | 11000001 | 10100010 | 111100 | 0 | 10000 | 1000101 | 11000 | 101110 | 110101 | 110010 |
Color Harmonies of #C1A23C
Complementary color
Monochromatic Colors of #C1A23C
Black with #C1A23C
Text Example
Text Example
White with #C1A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A23C; }
p { color: rgb(193,162,60); }
H1.HeaderClassName
{
color: #C1A23C;
}
.AnyTagClassName
{
color: #C1A23C;
}
</style>
background-color css
<style>
a { background-color: #C1A23C; }
a { background-color: rgb(193,162,60); }
div.DivClassName
{
background-color: #C1A23C;
}
.BgClassName
{
background-color: #C1A23C;
}
</style>
border-color css
<style>
span { border-color: #C1A23C; }
span { border-color: rgb(193,162,60); }
td.TdClassName
{
border-color: #C1A23C;
}
.TagClassName
{
border-color: #C1A23C;
}
</style>