Shades of Brass #C0A53D
Tints of Brass #C0A53D
RGB
CMYK
RGB Variations
Color information
#C0A53D (or 0xC0A53D) is known color: Brass. HEX triplet: C0, A5 and 3D. RGB value is (192,165,61). Sum of RGB (Red+Green+Blue) = 192+165+61=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A53D is #3F5AC2. Grayscale: #A1A1A1. Windows color (decimal): -4152003 or 4040128. OLE color: 4040128.
HSL color Cylindrical-coordinate representation of color #C0A53D: hue angle of 47.63º 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 #C0A53D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 61 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.25 |
| HSL | 47.63º | 0.52% | 0.5% | - |
| HSV(B) | 47.63º | 0.68% | 0.75% | - |
| XYZ | 36.04 | 38.45 | 9.94 | - |
| YUV | 161.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 61 | 0 | 0.14 | 0.68 | 0.25 | 47.63 | 0.52 | 0.5 |
| Hex | C0 | A5 | 3D | 0 | E | 44 | 19 | 30 | 34 | 32 |
| Octal | 300 | 245 | 75 | 0 | 16 | 104 | 31 | 60 | 64 | 62 |
| Binary | 11000000 | 10100101 | 111101 | 0 | 1110 | 1000100 | 11001 | 110000 | 110100 | 110010 |
Color Harmonies of #C0A53D
Complementary color
Monochromatic Colors of #C0A53D
Black with #C0A53D
Text Example
Text Example
White with #C0A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A53D; }
p { color: rgb(192,165,61); }
H1.HeaderClassName
{
color: #C0A53D;
}
.AnyTagClassName
{
color: #C0A53D;
}
</style>
background-color css
<style>
a { background-color: #C0A53D; }
a { background-color: rgb(192,165,61); }
div.DivClassName
{
background-color: #C0A53D;
}
.BgClassName
{
background-color: #C0A53D;
}
</style>
border-color css
<style>
span { border-color: #C0A53D; }
span { border-color: rgb(192,165,61); }
td.TdClassName
{
border-color: #C0A53D;
}
.TagClassName
{
border-color: #C0A53D;
}
</style>