Shades of Brass #C2AA3E
Tints of Brass #C2AA3E
RGB
CMYK
RGB Variations
Color information
#C2AA3E (or 0xC2AA3E) is known color: Brass. HEX triplet: C2, AA and 3E. RGB value is (194,170,62). Sum of RGB (Red+Green+Blue) = 194+170+62=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA3E is #3D55C1. Grayscale: #A5A5A5. Windows color (decimal): -4019650 or 4106946. OLE color: 4106946.
HSL color Cylindrical-coordinate representation of color #C2AA3E: hue angle of 49.09º 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 #C2AA3E is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 62 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.24 |
| HSL | 49.09º | 0.52% | 0.5% | - |
| HSV(B) | 49.09º | 0.68% | 0.76% | - |
| XYZ | 37.49 | 40.57 | 10.41 | - |
| YUV | 164.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 62 | 0 | 0.12 | 0.68 | 0.24 | 49.09 | 0.52 | 0.5 |
| Hex | C2 | AA | 3E | 0 | C | 44 | 18 | 31 | 34 | 32 |
| Octal | 302 | 252 | 76 | 0 | 14 | 104 | 30 | 61 | 64 | 62 |
| Binary | 11000010 | 10101010 | 111110 | 0 | 1100 | 1000100 | 11000 | 110001 | 110100 | 110010 |
Color Harmonies of #C2AA3E
Complementary color
Monochromatic Colors of #C2AA3E
Black with #C2AA3E
Text Example
Text Example
White with #C2AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA3E; }
p { color: rgb(194,170,62); }
H1.HeaderClassName
{
color: #C2AA3E;
}
.AnyTagClassName
{
color: #C2AA3E;
}
</style>
background-color css
<style>
a { background-color: #C2AA3E; }
a { background-color: rgb(194,170,62); }
div.DivClassName
{
background-color: #C2AA3E;
}
.BgClassName
{
background-color: #C2AA3E;
}
</style>
border-color css
<style>
span { border-color: #C2AA3E; }
span { border-color: rgb(194,170,62); }
td.TdClassName
{
border-color: #C2AA3E;
}
.TagClassName
{
border-color: #C2AA3E;
}
</style>