Shades of Brass #C3A73A
Tints of Brass #C3A73A
RGB
CMYK
RGB Variations
Color information
#C3A73A (or 0xC3A73A) is known color: Brass. HEX triplet: C3, A7 and 3A. RGB value is (195,167,58). Sum of RGB (Red+Green+Blue) = 195+167+58=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A73A is #3C58C5. Grayscale: #A3A3A3. Windows color (decimal): -3954886 or 3844035. OLE color: 3844035.
HSL color Cylindrical-coordinate representation of color #C3A73A: hue angle of 47.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3A73A is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 58 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.24 |
| HSL | 47.74º | 0.54% | 0.5% | - |
| HSV(B) | 47.74º | 0.7% | 0.76% | - |
| XYZ | 37.09 | 39.55 | 9.68 | - |
| YUV | 162.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 58 | 0 | 0.14 | 0.70 | 0.24 | 47.74 | 0.54 | 0.5 |
| Hex | C3 | A7 | 3A | 0 | E | 46 | 18 | 30 | 36 | 32 |
| Octal | 303 | 247 | 72 | 0 | 16 | 106 | 30 | 60 | 66 | 62 |
| Binary | 11000011 | 10100111 | 111010 | 0 | 1110 | 1000110 | 11000 | 110000 | 110110 | 110010 |
Color Harmonies of #C3A73A
Complementary color
Monochromatic Colors of #C3A73A
Black with #C3A73A
Text Example
Text Example
White with #C3A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A73A; }
p { color: rgb(195,167,58); }
H1.HeaderClassName
{
color: #C3A73A;
}
.AnyTagClassName
{
color: #C3A73A;
}
</style>
background-color css
<style>
a { background-color: #C3A73A; }
a { background-color: rgb(195,167,58); }
div.DivClassName
{
background-color: #C3A73A;
}
.BgClassName
{
background-color: #C3A73A;
}
</style>
border-color css
<style>
span { border-color: #C3A73A; }
span { border-color: rgb(195,167,58); }
td.TdClassName
{
border-color: #C3A73A;
}
.TagClassName
{
border-color: #C3A73A;
}
</style>