Shades of Brass #C2A63A
Tints of Brass #C2A63A
RGB
CMYK
RGB Variations
Color information
#C2A63A (or 0xC2A63A) is known color: Brass. HEX triplet: C2, A6 and 3A. RGB value is (194,166,58). Sum of RGB (Red+Green+Blue) = 194+166+58=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A63A is #3D59C5. Grayscale: #A2A2A2. Windows color (decimal): -4020678 or 3843778. OLE color: 3843778.
HSL color Cylindrical-coordinate representation of color #C2A63A: hue angle of 47.65º 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 #C2A63A is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 58 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.24 |
| HSL | 47.65º | 0.54% | 0.49% | - |
| HSV(B) | 47.65º | 0.7% | 0.76% | - |
| XYZ | 36.65 | 39.05 | 9.61 | - |
| YUV | 162.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 58 | 0 | 0.14 | 0.70 | 0.24 | 47.65 | 0.54 | 0.49 |
| Hex | C2 | A6 | 3A | 0 | E | 46 | 18 | 30 | 36 | 31 |
| Octal | 302 | 246 | 72 | 0 | 16 | 106 | 30 | 60 | 66 | 61 |
| Binary | 11000010 | 10100110 | 111010 | 0 | 1110 | 1000110 | 11000 | 110000 | 110110 | 110001 |
Color Harmonies of #C2A63A
Complementary color
Monochromatic Colors of #C2A63A
Black with #C2A63A
Text Example
Text Example
White with #C2A63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A63A; }
p { color: rgb(194,166,58); }
H1.HeaderClassName
{
color: #C2A63A;
}
.AnyTagClassName
{
color: #C2A63A;
}
</style>
background-color css
<style>
a { background-color: #C2A63A; }
a { background-color: rgb(194,166,58); }
div.DivClassName
{
background-color: #C2A63A;
}
.BgClassName
{
background-color: #C2A63A;
}
</style>
border-color css
<style>
span { border-color: #C2A63A; }
span { border-color: rgb(194,166,58); }
td.TdClassName
{
border-color: #C2A63A;
}
.TagClassName
{
border-color: #C2A63A;
}
</style>