Shades of Brass #C0A433
Tints of Brass #C0A433
RGB
CMYK
RGB Variations
Color information
#C0A433 (or 0xC0A433) is known color: Brass. HEX triplet: C0, A4 and 33. RGB value is (192,164,51). Sum of RGB (Red+Green+Blue) = 192+164+51=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A433 is #3F5BCC. Grayscale: #9F9F9F. Windows color (decimal): -4152269 or 3384512. OLE color: 3384512.
HSL color Cylindrical-coordinate representation of color #C0A433: hue angle of 48.09º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0A433 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 51 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.25 |
| HSL | 48.09º | 0.58% | 0.48% | - |
| HSV(B) | 48.09º | 0.73% | 0.75% | - |
| XYZ | 35.61 | 38 | 8.59 | - |
| YUV | 159.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 51 | 0 | 0.15 | 0.73 | 0.25 | 48.09 | 0.58 | 0.48 |
| Hex | C0 | A4 | 33 | 0 | F | 49 | 19 | 30 | 3A | 30 |
| Octal | 300 | 244 | 63 | 0 | 17 | 111 | 31 | 60 | 72 | 60 |
| Binary | 11000000 | 10100100 | 110011 | 0 | 1111 | 1001001 | 11001 | 110000 | 111010 | 110000 |
Color Harmonies of #C0A433
Complementary color
Monochromatic Colors of #C0A433
Black with #C0A433
Text Example
Text Example
White with #C0A433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A433; }
p { color: rgb(192,164,51); }
H1.HeaderClassName
{
color: #C0A433;
}
.AnyTagClassName
{
color: #C0A433;
}
</style>
background-color css
<style>
a { background-color: #C0A433; }
a { background-color: rgb(192,164,51); }
div.DivClassName
{
background-color: #C0A433;
}
.BgClassName
{
background-color: #C0A433;
}
</style>
border-color css
<style>
span { border-color: #C0A433; }
span { border-color: rgb(192,164,51); }
td.TdClassName
{
border-color: #C0A433;
}
.TagClassName
{
border-color: #C0A433;
}
</style>