Shades of Brass #C2A93E
Tints of Brass #C2A93E
RGB
CMYK
RGB Variations
Color information
#C2A93E (or 0xC2A93E) is known color: Brass. HEX triplet: C2, A9 and 3E. RGB value is (194,169,62). Sum of RGB (Red+Green+Blue) = 194+169+62=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A93E is #3D56C1. Grayscale: #A4A4A4. Windows color (decimal): -4019906 or 4106690. OLE color: 4106690.
HSL color Cylindrical-coordinate representation of color #C2A93E: hue angle of 48.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2A93E is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 62 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.24 |
| HSL | 48.64º | 0.52% | 0.5% | - |
| HSV(B) | 48.64º | 0.68% | 0.76% | - |
| XYZ | 37.31 | 40.19 | 10.35 | - |
| YUV | 164.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 62 | 0 | 0.13 | 0.68 | 0.24 | 48.64 | 0.52 | 0.5 |
| Hex | C2 | A9 | 3E | 0 | D | 44 | 18 | 31 | 34 | 32 |
| Octal | 302 | 251 | 76 | 0 | 15 | 104 | 30 | 61 | 64 | 62 |
| Binary | 11000010 | 10101001 | 111110 | 0 | 1101 | 1000100 | 11000 | 110001 | 110100 | 110010 |
Color Harmonies of #C2A93E
Complementary color
Monochromatic Colors of #C2A93E
Black with #C2A93E
Text Example
Text Example
White with #C2A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A93E; }
p { color: rgb(194,169,62); }
H1.HeaderClassName
{
color: #C2A93E;
}
.AnyTagClassName
{
color: #C2A93E;
}
</style>
background-color css
<style>
a { background-color: #C2A93E; }
a { background-color: rgb(194,169,62); }
div.DivClassName
{
background-color: #C2A93E;
}
.BgClassName
{
background-color: #C2A93E;
}
</style>
border-color css
<style>
span { border-color: #C2A93E; }
span { border-color: rgb(194,169,62); }
td.TdClassName
{
border-color: #C2A93E;
}
.TagClassName
{
border-color: #C2A93E;
}
</style>