Shades of Brass #C0AA33
Tints of Brass #C0AA33
RGB
CMYK
RGB Variations
Color information
#C0AA33 (or 0xC0AA33) is known color: Brass. HEX triplet: C0, AA and 33. RGB value is (192,170,51). Sum of RGB (Red+Green+Blue) = 192+170+51=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA33 is #3F55CC. Grayscale: #A3A3A3. Windows color (decimal): -4150733 or 3386048. OLE color: 3386048.
HSL color Cylindrical-coordinate representation of color #C0AA33: hue angle of 50.64º 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 #C0AA33 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 51 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.25 |
| HSL | 50.64º | 0.58% | 0.48% | - |
| HSV(B) | 50.64º | 0.73% | 0.75% | - |
| XYZ | 36.71 | 40.19 | 8.96 | - |
| YUV | 163.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 51 | 0 | 0.11 | 0.73 | 0.25 | 50.64 | 0.58 | 0.48 |
| Hex | C0 | AA | 33 | 0 | B | 49 | 19 | 33 | 3A | 30 |
| Octal | 300 | 252 | 63 | 0 | 13 | 111 | 31 | 63 | 72 | 60 |
| Binary | 11000000 | 10101010 | 110011 | 0 | 1011 | 1001001 | 11001 | 110011 | 111010 | 110000 |
Color Harmonies of #C0AA33
Complementary color
Monochromatic Colors of #C0AA33
Black with #C0AA33
Text Example
Text Example
White with #C0AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA33; }
p { color: rgb(192,170,51); }
H1.HeaderClassName
{
color: #C0AA33;
}
.AnyTagClassName
{
color: #C0AA33;
}
</style>
background-color css
<style>
a { background-color: #C0AA33; }
a { background-color: rgb(192,170,51); }
div.DivClassName
{
background-color: #C0AA33;
}
.BgClassName
{
background-color: #C0AA33;
}
</style>
border-color css
<style>
span { border-color: #C0AA33; }
span { border-color: rgb(192,170,51); }
td.TdClassName
{
border-color: #C0AA33;
}
.TagClassName
{
border-color: #C0AA33;
}
</style>