Shades of Brass #C0B042
Tints of Brass #C0B042
RGB
CMYK
RGB Variations
Color information
#C0B042 (or 0xC0B042) is known color: Brass. HEX triplet: C0, B0 and 42. RGB value is (192,176,66). Sum of RGB (Red+Green+Blue) = 192+176+66=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B042 is #3F4FBD. Grayscale: #A8A8A8. Windows color (decimal): -4149182 or 4370624. OLE color: 4370624.
HSL color Cylindrical-coordinate representation of color #C0B042: hue angle of 52.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0B042 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 66 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.25 |
| HSL | 52.38º | 0.5% | 0.51% | - |
| HSV(B) | 52.38º | 0.66% | 0.75% | - |
| XYZ | 38.25 | 42.65 | 11.37 | - |
| YUV | 168.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 66 | 0 | 0.08 | 0.66 | 0.25 | 52.38 | 0.5 | 0.51 |
| Hex | C0 | B0 | 42 | 0 | 8 | 42 | 19 | 34 | 32 | 33 |
| Octal | 300 | 260 | 102 | 0 | 10 | 102 | 31 | 64 | 62 | 63 |
| Binary | 11000000 | 10110000 | 1000010 | 0 | 1000 | 1000010 | 11001 | 110100 | 110010 | 110011 |
Color Harmonies of #C0B042
Complementary color
Monochromatic Colors of #C0B042
Black with #C0B042
Text Example
Text Example
White with #C0B042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B042; }
p { color: rgb(192,176,66); }
H1.HeaderClassName
{
color: #C0B042;
}
.AnyTagClassName
{
color: #C0B042;
}
</style>
background-color css
<style>
a { background-color: #C0B042; }
a { background-color: rgb(192,176,66); }
div.DivClassName
{
background-color: #C0B042;
}
.BgClassName
{
background-color: #C0B042;
}
</style>
border-color css
<style>
span { border-color: #C0B042; }
span { border-color: rgb(192,176,66); }
td.TdClassName
{
border-color: #C0B042;
}
.TagClassName
{
border-color: #C0B042;
}
</style>