Shades of Brass #C0B03F
Tints of Brass #C0B03F
RGB
CMYK
RGB Variations
Color information
#C0B03F (or 0xC0B03F) is known color: Brass. HEX triplet: C0, B0 and 3F. RGB value is (192,176,63). Sum of RGB (Red+Green+Blue) = 192+176+63=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B03F is #3F4FC0. Grayscale: #A8A8A8. Windows color (decimal): -4149185 or 4174016. OLE color: 4174016.
HSL color Cylindrical-coordinate representation of color #C0B03F: hue angle of 52.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0B03F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 63 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.25 |
| HSL | 52.56º | 0.51% | 0.5% | - |
| HSV(B) | 52.56º | 0.67% | 0.75% | - |
| XYZ | 38.16 | 42.62 | 10.92 | - |
| YUV | 167.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 63 | 0 | 0.08 | 0.67 | 0.25 | 52.56 | 0.51 | 0.5 |
| Hex | C0 | B0 | 3F | 0 | 8 | 43 | 19 | 35 | 33 | 32 |
| Octal | 300 | 260 | 77 | 0 | 10 | 103 | 31 | 65 | 63 | 62 |
| Binary | 11000000 | 10110000 | 111111 | 0 | 1000 | 1000011 | 11001 | 110101 | 110011 | 110010 |
Color Harmonies of #C0B03F
Complementary color
Monochromatic Colors of #C0B03F
Black with #C0B03F
Text Example
Text Example
White with #C0B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B03F; }
p { color: rgb(192,176,63); }
H1.HeaderClassName
{
color: #C0B03F;
}
.AnyTagClassName
{
color: #C0B03F;
}
</style>
background-color css
<style>
a { background-color: #C0B03F; }
a { background-color: rgb(192,176,63); }
div.DivClassName
{
background-color: #C0B03F;
}
.BgClassName
{
background-color: #C0B03F;
}
</style>
border-color css
<style>
span { border-color: #C0B03F; }
span { border-color: rgb(192,176,63); }
td.TdClassName
{
border-color: #C0B03F;
}
.TagClassName
{
border-color: #C0B03F;
}
</style>