Shades of Brass #C2A73D
Tints of Brass #C2A73D
RGB
CMYK
RGB Variations
Color information
#C2A73D (or 0xC2A73D) is known color: Brass. HEX triplet: C2, A7 and 3D. RGB value is (194,167,61). Sum of RGB (Red+Green+Blue) = 194+167+61=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A73D is #3D58C2. Grayscale: #A3A3A3. Windows color (decimal): -4020419 or 4040642. OLE color: 4040642.
HSL color Cylindrical-coordinate representation of color #C2A73D: hue angle of 47.82º 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 #C2A73D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 61 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.24 |
| HSL | 47.82º | 0.52% | 0.5% | - |
| HSV(B) | 47.82º | 0.69% | 0.76% | - |
| XYZ | 36.91 | 39.44 | 10.08 | - |
| YUV | 162.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 61 | 0 | 0.14 | 0.69 | 0.24 | 47.82 | 0.52 | 0.5 |
| Hex | C2 | A7 | 3D | 0 | E | 45 | 18 | 30 | 34 | 32 |
| Octal | 302 | 247 | 75 | 0 | 16 | 105 | 30 | 60 | 64 | 62 |
| Binary | 11000010 | 10100111 | 111101 | 0 | 1110 | 1000101 | 11000 | 110000 | 110100 | 110010 |
Color Harmonies of #C2A73D
Complementary color
Monochromatic Colors of #C2A73D
Black with #C2A73D
Text Example
Text Example
White with #C2A73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A73D; }
p { color: rgb(194,167,61); }
H1.HeaderClassName
{
color: #C2A73D;
}
.AnyTagClassName
{
color: #C2A73D;
}
</style>
background-color css
<style>
a { background-color: #C2A73D; }
a { background-color: rgb(194,167,61); }
div.DivClassName
{
background-color: #C2A73D;
}
.BgClassName
{
background-color: #C2A73D;
}
</style>
border-color css
<style>
span { border-color: #C2A73D; }
span { border-color: rgb(194,167,61); }
td.TdClassName
{
border-color: #C2A73D;
}
.TagClassName
{
border-color: #C2A73D;
}
</style>