Shades of Brass #C2AC3E
Tints of Brass #C2AC3E
RGB
CMYK
RGB Variations
Color information
#C2AC3E (or 0xC2AC3E) is known color: Brass. HEX triplet: C2, AC and 3E. RGB value is (194,172,62). Sum of RGB (Red+Green+Blue) = 194+172+62=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC3E is #3D53C1. Grayscale: #A6A6A6. Windows color (decimal): -4019138 or 4107458. OLE color: 4107458.
HSL color Cylindrical-coordinate representation of color #C2AC3E: hue angle of 50º 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 #C2AC3E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 62 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.24 |
| HSL | 50º | 0.52% | 0.5% | - |
| HSV(B) | 50º | 0.68% | 0.76% | - |
| XYZ | 37.87 | 41.32 | 10.54 | - |
| YUV | 166.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 62 | 0 | 0.11 | 0.68 | 0.24 | 50 | 0.52 | 0.5 |
| Hex | C2 | AC | 3E | 0 | B | 44 | 18 | 32 | 34 | 32 |
| Octal | 302 | 254 | 76 | 0 | 13 | 104 | 30 | 62 | 64 | 62 |
| Binary | 11000010 | 10101100 | 111110 | 0 | 1011 | 1000100 | 11000 | 110010 | 110100 | 110010 |
Color Harmonies of #C2AC3E
Complementary color
Monochromatic Colors of #C2AC3E
Black with #C2AC3E
Text Example
Text Example
White with #C2AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC3E; }
p { color: rgb(194,172,62); }
H1.HeaderClassName
{
color: #C2AC3E;
}
.AnyTagClassName
{
color: #C2AC3E;
}
</style>
background-color css
<style>
a { background-color: #C2AC3E; }
a { background-color: rgb(194,172,62); }
div.DivClassName
{
background-color: #C2AC3E;
}
.BgClassName
{
background-color: #C2AC3E;
}
</style>
border-color css
<style>
span { border-color: #C2AC3E; }
span { border-color: rgb(194,172,62); }
td.TdClassName
{
border-color: #C2AC3E;
}
.TagClassName
{
border-color: #C2AC3E;
}
</style>