Shades of Brass #C1A23A
Tints of Brass #C1A23A
RGB
CMYK
RGB Variations
Color information
#C1A23A (or 0xC1A23A) is known color: Brass. HEX triplet: C1, A2 and 3A. RGB value is (193,162,58). Sum of RGB (Red+Green+Blue) = 193+162+58=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A23A is #3E5DC5. Grayscale: #9F9F9F. Windows color (decimal): -4087238 or 3842753. OLE color: 3842753.
HSL color Cylindrical-coordinate representation of color #C1A23A: hue angle of 46.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1A23A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 58 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.24 |
| HSL | 46.22º | 0.54% | 0.49% | - |
| HSV(B) | 46.22º | 0.7% | 0.76% | - |
| XYZ | 35.68 | 37.48 | 9.36 | - |
| YUV | 159.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 58 | 0 | 0.16 | 0.70 | 0.24 | 46.22 | 0.54 | 0.49 |
| Hex | C1 | A2 | 3A | 0 | 10 | 46 | 18 | 2E | 36 | 31 |
| Octal | 301 | 242 | 72 | 0 | 20 | 106 | 30 | 56 | 66 | 61 |
| Binary | 11000001 | 10100010 | 111010 | 0 | 10000 | 1000110 | 11000 | 101110 | 110110 | 110001 |
Color Harmonies of #C1A23A
Complementary color
Monochromatic Colors of #C1A23A
Black with #C1A23A
Text Example
Text Example
White with #C1A23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A23A; }
p { color: rgb(193,162,58); }
H1.HeaderClassName
{
color: #C1A23A;
}
.AnyTagClassName
{
color: #C1A23A;
}
</style>
background-color css
<style>
a { background-color: #C1A23A; }
a { background-color: rgb(193,162,58); }
div.DivClassName
{
background-color: #C1A23A;
}
.BgClassName
{
background-color: #C1A23A;
}
</style>
border-color css
<style>
span { border-color: #C1A23A; }
span { border-color: rgb(193,162,58); }
td.TdClassName
{
border-color: #C1A23A;
}
.TagClassName
{
border-color: #C1A23A;
}
</style>