Shades of Brass #C0B142
Tints of Brass #C0B142
RGB
CMYK
RGB Variations
Color information
#C0B142 (or 0xC0B142) is known color: Brass. HEX triplet: C0, B1 and 42. RGB value is (192,177,66). Sum of RGB (Red+Green+Blue) = 192+177+66=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B142 is #3F4EBD. Grayscale: #A9A9A9. Windows color (decimal): -4148926 or 4370880. OLE color: 4370880.
HSL color Cylindrical-coordinate representation of color #C0B142: hue angle of 52.86º 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 #C0B142 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 66 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.25 |
| HSL | 52.86º | 0.5% | 0.51% | - |
| HSV(B) | 52.86º | 0.66% | 0.75% | - |
| XYZ | 38.44 | 43.04 | 11.44 | - |
| YUV | 168.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 66 | 0 | 0.08 | 0.66 | 0.25 | 52.86 | 0.5 | 0.51 |
| Hex | C0 | B1 | 42 | 0 | 8 | 42 | 19 | 35 | 32 | 33 |
| Octal | 300 | 261 | 102 | 0 | 10 | 102 | 31 | 65 | 62 | 63 |
| Binary | 11000000 | 10110001 | 1000010 | 0 | 1000 | 1000010 | 11001 | 110101 | 110010 | 110011 |
Color Harmonies of #C0B142
Complementary color
Monochromatic Colors of #C0B142
Black with #C0B142
Text Example
Text Example
White with #C0B142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B142; }
p { color: rgb(192,177,66); }
H1.HeaderClassName
{
color: #C0B142;
}
.AnyTagClassName
{
color: #C0B142;
}
</style>
background-color css
<style>
a { background-color: #C0B142; }
a { background-color: rgb(192,177,66); }
div.DivClassName
{
background-color: #C0B142;
}
.BgClassName
{
background-color: #C0B142;
}
</style>
border-color css
<style>
span { border-color: #C0B142; }
span { border-color: rgb(192,177,66); }
td.TdClassName
{
border-color: #C0B142;
}
.TagClassName
{
border-color: #C0B142;
}
</style>