Shades of Brass #C0A833
Tints of Brass #C0A833
RGB
CMYK
RGB Variations
Color information
#C0A833 (or 0xC0A833) is known color: Brass. HEX triplet: C0, A8 and 33. RGB value is (192,168,51). Sum of RGB (Red+Green+Blue) = 192+168+51=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A833 is #3F57CC. Grayscale: #A2A2A2. Windows color (decimal): -4151245 or 3385536. OLE color: 3385536.
HSL color Cylindrical-coordinate representation of color #C0A833: hue angle of 49.79º 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 #C0A833 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 51 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.25 |
| HSL | 49.79º | 0.58% | 0.48% | - |
| HSV(B) | 49.79º | 0.73% | 0.75% | - |
| XYZ | 36.34 | 39.45 | 8.83 | - |
| YUV | 161.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 51 | 0 | 0.12 | 0.73 | 0.25 | 49.79 | 0.58 | 0.48 |
| Hex | C0 | A8 | 33 | 0 | C | 49 | 19 | 32 | 3A | 30 |
| Octal | 300 | 250 | 63 | 0 | 14 | 111 | 31 | 62 | 72 | 60 |
| Binary | 11000000 | 10101000 | 110011 | 0 | 1100 | 1001001 | 11001 | 110010 | 111010 | 110000 |
Color Harmonies of #C0A833
Complementary color
Monochromatic Colors of #C0A833
Black with #C0A833
Text Example
Text Example
White with #C0A833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A833; }
p { color: rgb(192,168,51); }
H1.HeaderClassName
{
color: #C0A833;
}
.AnyTagClassName
{
color: #C0A833;
}
</style>
background-color css
<style>
a { background-color: #C0A833; }
a { background-color: rgb(192,168,51); }
div.DivClassName
{
background-color: #C0A833;
}
.BgClassName
{
background-color: #C0A833;
}
</style>
border-color css
<style>
span { border-color: #C0A833; }
span { border-color: rgb(192,168,51); }
td.TdClassName
{
border-color: #C0A833;
}
.TagClassName
{
border-color: #C0A833;
}
</style>