Shades of Brass #C2A63C
Tints of Brass #C2A63C
RGB
CMYK
RGB Variations
Color information
#C2A63C (or 0xC2A63C) is known color: Brass. HEX triplet: C2, A6 and 3C. RGB value is (194,166,60). Sum of RGB (Red+Green+Blue) = 194+166+60=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A63C is #3D59C3. Grayscale: #A2A2A2. Windows color (decimal): -4020676 or 3974850. OLE color: 3974850.
HSL color Cylindrical-coordinate representation of color #C2A63C: hue angle of 47.46º 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 #C2A63C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 60 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.24 |
| HSL | 47.46º | 0.53% | 0.5% | - |
| HSV(B) | 47.46º | 0.69% | 0.76% | - |
| XYZ | 36.7 | 39.07 | 9.88 | - |
| YUV | 162.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 60 | 0 | 0.14 | 0.69 | 0.24 | 47.46 | 0.53 | 0.5 |
| Hex | C2 | A6 | 3C | 0 | E | 45 | 18 | 2F | 35 | 32 |
| Octal | 302 | 246 | 74 | 0 | 16 | 105 | 30 | 57 | 65 | 62 |
| Binary | 11000010 | 10100110 | 111100 | 0 | 1110 | 1000101 | 11000 | 101111 | 110101 | 110010 |
Color Harmonies of #C2A63C
Complementary color
Monochromatic Colors of #C2A63C
Black with #C2A63C
Text Example
Text Example
White with #C2A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A63C; }
p { color: rgb(194,166,60); }
H1.HeaderClassName
{
color: #C2A63C;
}
.AnyTagClassName
{
color: #C2A63C;
}
</style>
background-color css
<style>
a { background-color: #C2A63C; }
a { background-color: rgb(194,166,60); }
div.DivClassName
{
background-color: #C2A63C;
}
.BgClassName
{
background-color: #C2A63C;
}
</style>
border-color css
<style>
span { border-color: #C2A63C; }
span { border-color: rgb(194,166,60); }
td.TdClassName
{
border-color: #C2A63C;
}
.TagClassName
{
border-color: #C2A63C;
}
</style>