Shades of Brass #C2AC3D
Tints of Brass #C2AC3D
RGB
CMYK
RGB Variations
Color information
#C2AC3D (or 0xC2AC3D) is known color: Brass. HEX triplet: C2, AC and 3D. RGB value is (194,172,61). Sum of RGB (Red+Green+Blue) = 194+172+61=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC3D is #3D53C2. Grayscale: #A6A6A6. Windows color (decimal): -4019139 or 4041922. OLE color: 4041922.
HSL color Cylindrical-coordinate representation of color #C2AC3D: hue angle of 50.08º degrees, saturation: 0.52, 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 #C2AC3D is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 61 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.24 |
| HSL | 50.08º | 0.52% | 0.5% | - |
| HSV(B) | 50.08º | 0.69% | 0.76% | - |
| XYZ | 37.84 | 41.31 | 10.39 | - |
| YUV | 165.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 61 | 0 | 0.11 | 0.69 | 0.24 | 50.08 | 0.52 | 0.5 |
| Hex | C2 | AC | 3D | 0 | B | 45 | 18 | 32 | 34 | 32 |
| Octal | 302 | 254 | 75 | 0 | 13 | 105 | 30 | 62 | 64 | 62 |
| Binary | 11000010 | 10101100 | 111101 | 0 | 1011 | 1000101 | 11000 | 110010 | 110100 | 110010 |
Color Harmonies of #C2AC3D
Complementary color
Monochromatic Colors of #C2AC3D
Black with #C2AC3D
Text Example
Text Example
White with #C2AC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC3D; }
p { color: rgb(194,172,61); }
H1.HeaderClassName
{
color: #C2AC3D;
}
.AnyTagClassName
{
color: #C2AC3D;
}
</style>
background-color css
<style>
a { background-color: #C2AC3D; }
a { background-color: rgb(194,172,61); }
div.DivClassName
{
background-color: #C2AC3D;
}
.BgClassName
{
background-color: #C2AC3D;
}
</style>
border-color css
<style>
span { border-color: #C2AC3D; }
span { border-color: rgb(194,172,61); }
td.TdClassName
{
border-color: #C2AC3D;
}
.TagClassName
{
border-color: #C2AC3D;
}
</style>