Shades of Brass #C1A33E
Tints of Brass #C1A33E
RGB
CMYK
RGB Variations
Color information
#C1A33E (or 0xC1A33E) is known color: Brass. HEX triplet: C1, A3 and 3E. RGB value is (193,163,62). Sum of RGB (Red+Green+Blue) = 193+163+62=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A33E is #3E5CC1. Grayscale: #A0A0A0. Windows color (decimal): -4086978 or 4105153. OLE color: 4105153.
HSL color Cylindrical-coordinate representation of color #C1A33E: hue angle of 46.26º 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 #C1A33E is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 62 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.24 |
| HSL | 46.26º | 0.51% | 0.5% | - |
| HSV(B) | 46.26º | 0.68% | 0.76% | - |
| XYZ | 35.96 | 37.88 | 9.97 | - |
| YUV | 160.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 62 | 0 | 0.16 | 0.68 | 0.24 | 46.26 | 0.51 | 0.5 |
| Hex | C1 | A3 | 3E | 0 | 10 | 44 | 18 | 2E | 33 | 32 |
| Octal | 301 | 243 | 76 | 0 | 20 | 104 | 30 | 56 | 63 | 62 |
| Binary | 11000001 | 10100011 | 111110 | 0 | 10000 | 1000100 | 11000 | 101110 | 110011 | 110010 |
Color Harmonies of #C1A33E
Complementary color
Monochromatic Colors of #C1A33E
Black with #C1A33E
Text Example
Text Example
White with #C1A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A33E; }
p { color: rgb(193,163,62); }
H1.HeaderClassName
{
color: #C1A33E;
}
.AnyTagClassName
{
color: #C1A33E;
}
</style>
background-color css
<style>
a { background-color: #C1A33E; }
a { background-color: rgb(193,163,62); }
div.DivClassName
{
background-color: #C1A33E;
}
.BgClassName
{
background-color: #C1A33E;
}
</style>
border-color css
<style>
span { border-color: #C1A33E; }
span { border-color: rgb(193,163,62); }
td.TdClassName
{
border-color: #C1A33E;
}
.TagClassName
{
border-color: #C1A33E;
}
</style>