Shades of Brass #C2A63D
Tints of Brass #C2A63D
RGB
CMYK
RGB Variations
Color information
#C2A63D (or 0xC2A63D) is known color: Brass. HEX triplet: C2, A6 and 3D. RGB value is (194,166,61). Sum of RGB (Red+Green+Blue) = 194+166+61=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A63D is #3D59C2. Grayscale: #A2A2A2. Windows color (decimal): -4020675 or 4040386. OLE color: 4040386.
HSL color Cylindrical-coordinate representation of color #C2A63D: hue angle of 47.37º degrees, saturation: 0.52, 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 #C2A63D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 61 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.24 |
| HSL | 47.37º | 0.52% | 0.5% | - |
| HSV(B) | 47.37º | 0.69% | 0.76% | - |
| XYZ | 36.73 | 39.08 | 10.02 | - |
| YUV | 162.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 61 | 0 | 0.14 | 0.69 | 0.24 | 47.37 | 0.52 | 0.5 |
| Hex | C2 | A6 | 3D | 0 | E | 45 | 18 | 2F | 34 | 32 |
| Octal | 302 | 246 | 75 | 0 | 16 | 105 | 30 | 57 | 64 | 62 |
| Binary | 11000010 | 10100110 | 111101 | 0 | 1110 | 1000101 | 11000 | 101111 | 110100 | 110010 |
Color Harmonies of #C2A63D
Complementary color
Monochromatic Colors of #C2A63D
Black with #C2A63D
Text Example
Text Example
White with #C2A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A63D; }
p { color: rgb(194,166,61); }
H1.HeaderClassName
{
color: #C2A63D;
}
.AnyTagClassName
{
color: #C2A63D;
}
</style>
background-color css
<style>
a { background-color: #C2A63D; }
a { background-color: rgb(194,166,61); }
div.DivClassName
{
background-color: #C2A63D;
}
.BgClassName
{
background-color: #C2A63D;
}
</style>
border-color css
<style>
span { border-color: #C2A63D; }
span { border-color: rgb(194,166,61); }
td.TdClassName
{
border-color: #C2A63D;
}
.TagClassName
{
border-color: #C2A63D;
}
</style>