Shades of Brass #C0AC3D
Tints of Brass #C0AC3D
RGB
CMYK
RGB Variations
Color information
#C0AC3D (or 0xC0AC3D) is known color: Brass. HEX triplet: C0, AC and 3D. RGB value is (192,172,61). Sum of RGB (Red+Green+Blue) = 192+172+61=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC3D is #3F53C2. Grayscale: #A5A5A5. Windows color (decimal): -4150211 or 4041920. OLE color: 4041920.
HSL color Cylindrical-coordinate representation of color #C0AC3D: hue angle of 50.84º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0AC3D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 61 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.25 |
| HSL | 50.84º | 0.52% | 0.5% | - |
| HSV(B) | 50.84º | 0.68% | 0.75% | - |
| XYZ | 37.33 | 41.05 | 10.37 | - |
| YUV | 165.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 61 | 0 | 0.10 | 0.68 | 0.25 | 50.84 | 0.52 | 0.5 |
| Hex | C0 | AC | 3D | 0 | A | 44 | 19 | 33 | 34 | 32 |
| Octal | 300 | 254 | 75 | 0 | 12 | 104 | 31 | 63 | 64 | 62 |
| Binary | 11000000 | 10101100 | 111101 | 0 | 1010 | 1000100 | 11001 | 110011 | 110100 | 110010 |
Color Harmonies of #C0AC3D
Complementary color
Monochromatic Colors of #C0AC3D
Black with #C0AC3D
Text Example
Text Example
White with #C0AC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC3D; }
p { color: rgb(192,172,61); }
H1.HeaderClassName
{
color: #C0AC3D;
}
.AnyTagClassName
{
color: #C0AC3D;
}
</style>
background-color css
<style>
a { background-color: #C0AC3D; }
a { background-color: rgb(192,172,61); }
div.DivClassName
{
background-color: #C0AC3D;
}
.BgClassName
{
background-color: #C0AC3D;
}
</style>
border-color css
<style>
span { border-color: #C0AC3D; }
span { border-color: rgb(192,172,61); }
td.TdClassName
{
border-color: #C0AC3D;
}
.TagClassName
{
border-color: #C0AC3D;
}
</style>