Shades of Brass #C0AB34
Tints of Brass #C0AB34
RGB
CMYK
RGB Variations
Color information
#C0AB34 (or 0xC0AB34) is known color: Brass. HEX triplet: C0, AB and 34. RGB value is (192,171,52). Sum of RGB (Red+Green+Blue) = 192+171+52=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB34 is #3F54CB. Grayscale: #A4A4A4. Windows color (decimal): -4150476 or 3451840. OLE color: 3451840.
HSL color Cylindrical-coordinate representation of color #C0AB34: hue angle of 51º degrees, saturation: 0.57, 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 #C0AB34 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 52 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.25 |
| HSL | 51º | 0.57% | 0.48% | - |
| HSV(B) | 51º | 0.73% | 0.75% | - |
| XYZ | 36.92 | 40.58 | 9.14 | - |
| YUV | 163.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 52 | 0 | 0.11 | 0.73 | 0.25 | 51 | 0.57 | 0.48 |
| Hex | C0 | AB | 34 | 0 | B | 49 | 19 | 33 | 39 | 30 |
| Octal | 300 | 253 | 64 | 0 | 13 | 111 | 31 | 63 | 71 | 60 |
| Binary | 11000000 | 10101011 | 110100 | 0 | 1011 | 1001001 | 11001 | 110011 | 111001 | 110000 |
Color Harmonies of #C0AB34
Complementary color
Monochromatic Colors of #C0AB34
Black with #C0AB34
Text Example
Text Example
White with #C0AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB34; }
p { color: rgb(192,171,52); }
H1.HeaderClassName
{
color: #C0AB34;
}
.AnyTagClassName
{
color: #C0AB34;
}
</style>
background-color css
<style>
a { background-color: #C0AB34; }
a { background-color: rgb(192,171,52); }
div.DivClassName
{
background-color: #C0AB34;
}
.BgClassName
{
background-color: #C0AB34;
}
</style>
border-color css
<style>
span { border-color: #C0AB34; }
span { border-color: rgb(192,171,52); }
td.TdClassName
{
border-color: #C0AB34;
}
.TagClassName
{
border-color: #C0AB34;
}
</style>