Shades of Brass #C1A43E
Tints of Brass #C1A43E
RGB
CMYK
RGB Variations
Color information
#C1A43E (or 0xC1A43E) is known color: Brass. HEX triplet: C1, A4 and 3E. RGB value is (193,164,62). Sum of RGB (Red+Green+Blue) = 193+164+62=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A43E is #3E5BC1. Grayscale: #A1A1A1. Windows color (decimal): -4086722 or 4105409. OLE color: 4105409.
HSL color Cylindrical-coordinate representation of color #C1A43E: hue angle of 46.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1A43E is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 62 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.24 |
| HSL | 46.72º | 0.51% | 0.5% | - |
| HSV(B) | 46.72º | 0.68% | 0.76% | - |
| XYZ | 36.14 | 38.24 | 10.03 | - |
| YUV | 161.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 62 | 0 | 0.15 | 0.68 | 0.24 | 46.72 | 0.51 | 0.5 |
| Hex | C1 | A4 | 3E | 0 | F | 44 | 18 | 2F | 33 | 32 |
| Octal | 301 | 244 | 76 | 0 | 17 | 104 | 30 | 57 | 63 | 62 |
| Binary | 11000001 | 10100100 | 111110 | 0 | 1111 | 1000100 | 11000 | 101111 | 110011 | 110010 |
Color Harmonies of #C1A43E
Complementary color
Monochromatic Colors of #C1A43E
Black with #C1A43E
Text Example
Text Example
White with #C1A43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A43E; }
p { color: rgb(193,164,62); }
H1.HeaderClassName
{
color: #C1A43E;
}
.AnyTagClassName
{
color: #C1A43E;
}
</style>
background-color css
<style>
a { background-color: #C1A43E; }
a { background-color: rgb(193,164,62); }
div.DivClassName
{
background-color: #C1A43E;
}
.BgClassName
{
background-color: #C1A43E;
}
</style>
border-color css
<style>
span { border-color: #C1A43E; }
span { border-color: rgb(193,164,62); }
td.TdClassName
{
border-color: #C1A43E;
}
.TagClassName
{
border-color: #C1A43E;
}
</style>