Shades of Brass #C1AA3C
Tints of Brass #C1AA3C
RGB
CMYK
RGB Variations
Color information
#C1AA3C (or 0xC1AA3C) is known color: Brass. HEX triplet: C1, AA and 3C. RGB value is (193,170,60). Sum of RGB (Red+Green+Blue) = 193+170+60=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA3C is #3E55C3. Grayscale: #A4A4A4. Windows color (decimal): -4085188 or 3975873. OLE color: 3975873.
HSL color Cylindrical-coordinate representation of color #C1AA3C: hue angle of 49.62º 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 #C1AA3C is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 60 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.24 |
| HSL | 49.62º | 0.53% | 0.5% | - |
| HSV(B) | 49.62º | 0.69% | 0.76% | - |
| XYZ | 37.18 | 40.41 | 10.12 | - |
| YUV | 164.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 60 | 0 | 0.12 | 0.69 | 0.24 | 49.62 | 0.53 | 0.5 |
| Hex | C1 | AA | 3C | 0 | C | 45 | 18 | 32 | 35 | 32 |
| Octal | 301 | 252 | 74 | 0 | 14 | 105 | 30 | 62 | 65 | 62 |
| Binary | 11000001 | 10101010 | 111100 | 0 | 1100 | 1000101 | 11000 | 110010 | 110101 | 110010 |
Color Harmonies of #C1AA3C
Complementary color
Monochromatic Colors of #C1AA3C
Black with #C1AA3C
Text Example
Text Example
White with #C1AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA3C; }
p { color: rgb(193,170,60); }
H1.HeaderClassName
{
color: #C1AA3C;
}
.AnyTagClassName
{
color: #C1AA3C;
}
</style>
background-color css
<style>
a { background-color: #C1AA3C; }
a { background-color: rgb(193,170,60); }
div.DivClassName
{
background-color: #C1AA3C;
}
.BgClassName
{
background-color: #C1AA3C;
}
</style>
border-color css
<style>
span { border-color: #C1AA3C; }
span { border-color: rgb(193,170,60); }
td.TdClassName
{
border-color: #C1AA3C;
}
.TagClassName
{
border-color: #C1AA3C;
}
</style>