Shades of Brass #C2A73C
Tints of Brass #C2A73C
RGB
CMYK
RGB Variations
Color information
#C2A73C (or 0xC2A73C) is known color: Brass. HEX triplet: C2, A7 and 3C. RGB value is (194,167,60). Sum of RGB (Red+Green+Blue) = 194+167+60=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A73C is #3D58C3. Grayscale: #A3A3A3. Windows color (decimal): -4020420 or 3975106. OLE color: 3975106.
HSL color Cylindrical-coordinate representation of color #C2A73C: hue angle of 47.91º 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 #C2A73C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 60 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.24 |
| HSL | 47.91º | 0.53% | 0.5% | - |
| HSV(B) | 47.91º | 0.69% | 0.76% | - |
| XYZ | 36.88 | 39.43 | 9.94 | - |
| YUV | 162.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 60 | 0 | 0.14 | 0.69 | 0.24 | 47.91 | 0.53 | 0.5 |
| Hex | C2 | A7 | 3C | 0 | E | 45 | 18 | 30 | 35 | 32 |
| Octal | 302 | 247 | 74 | 0 | 16 | 105 | 30 | 60 | 65 | 62 |
| Binary | 11000010 | 10100111 | 111100 | 0 | 1110 | 1000101 | 11000 | 110000 | 110101 | 110010 |
Color Harmonies of #C2A73C
Complementary color
Monochromatic Colors of #C2A73C
Black with #C2A73C
Text Example
Text Example
White with #C2A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A73C; }
p { color: rgb(194,167,60); }
H1.HeaderClassName
{
color: #C2A73C;
}
.AnyTagClassName
{
color: #C2A73C;
}
</style>
background-color css
<style>
a { background-color: #C2A73C; }
a { background-color: rgb(194,167,60); }
div.DivClassName
{
background-color: #C2A73C;
}
.BgClassName
{
background-color: #C2A73C;
}
</style>
border-color css
<style>
span { border-color: #C2A73C; }
span { border-color: rgb(194,167,60); }
td.TdClassName
{
border-color: #C2A73C;
}
.TagClassName
{
border-color: #C2A73C;
}
</style>