Shades of Brass #C2A43D
Tints of Brass #C2A43D
RGB
CMYK
RGB Variations
Color information
#C2A43D (or 0xC2A43D) is known color: Brass. HEX triplet: C2, A4 and 3D. RGB value is (194,164,61). Sum of RGB (Red+Green+Blue) = 194+164+61=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A43D is #3D5BC2. Grayscale: #A1A1A1. Windows color (decimal): -4021187 or 4039874. OLE color: 4039874.
HSL color Cylindrical-coordinate representation of color #C2A43D: hue angle of 46.47º 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 #C2A43D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 61 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.24 |
| HSL | 46.47º | 0.52% | 0.5% | - |
| HSV(B) | 46.47º | 0.69% | 0.76% | - |
| XYZ | 36.37 | 38.36 | 9.9 | - |
| YUV | 161.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 61 | 0 | 0.15 | 0.69 | 0.24 | 46.47 | 0.52 | 0.5 |
| Hex | C2 | A4 | 3D | 0 | F | 45 | 18 | 2E | 34 | 32 |
| Octal | 302 | 244 | 75 | 0 | 17 | 105 | 30 | 56 | 64 | 62 |
| Binary | 11000010 | 10100100 | 111101 | 0 | 1111 | 1000101 | 11000 | 101110 | 110100 | 110010 |
Color Harmonies of #C2A43D
Complementary color
Monochromatic Colors of #C2A43D
Black with #C2A43D
Text Example
Text Example
White with #C2A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A43D; }
p { color: rgb(194,164,61); }
H1.HeaderClassName
{
color: #C2A43D;
}
.AnyTagClassName
{
color: #C2A43D;
}
</style>
background-color css
<style>
a { background-color: #C2A43D; }
a { background-color: rgb(194,164,61); }
div.DivClassName
{
background-color: #C2A43D;
}
.BgClassName
{
background-color: #C2A43D;
}
</style>
border-color css
<style>
span { border-color: #C2A43D; }
span { border-color: rgb(194,164,61); }
td.TdClassName
{
border-color: #C2A43D;
}
.TagClassName
{
border-color: #C2A43D;
}
</style>