Shades of Brass #C0B13E
Tints of Brass #C0B13E
RGB
CMYK
RGB Variations
Color information
#C0B13E (or 0xC0B13E) is known color: Brass. HEX triplet: C0, B1 and 3E. RGB value is (192,177,62). Sum of RGB (Red+Green+Blue) = 192+177+62=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B13E is #3F4EC1. Grayscale: #A8A8A8. Windows color (decimal): -4148930 or 4108736. OLE color: 4108736.
HSL color Cylindrical-coordinate representation of color #C0B13E: hue angle of 53.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0B13E is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 62 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.25 |
| HSL | 53.08º | 0.51% | 0.5% | - |
| HSV(B) | 53.08º | 0.68% | 0.75% | - |
| XYZ | 38.33 | 43 | 10.84 | - |
| YUV | 168.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 62 | 0 | 0.08 | 0.68 | 0.25 | 53.08 | 0.51 | 0.5 |
| Hex | C0 | B1 | 3E | 0 | 8 | 44 | 19 | 35 | 33 | 32 |
| Octal | 300 | 261 | 76 | 0 | 10 | 104 | 31 | 65 | 63 | 62 |
| Binary | 11000000 | 10110001 | 111110 | 0 | 1000 | 1000100 | 11001 | 110101 | 110011 | 110010 |
Color Harmonies of #C0B13E
Complementary color
Monochromatic Colors of #C0B13E
Black with #C0B13E
Text Example
Text Example
White with #C0B13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B13E; }
p { color: rgb(192,177,62); }
H1.HeaderClassName
{
color: #C0B13E;
}
.AnyTagClassName
{
color: #C0B13E;
}
</style>
background-color css
<style>
a { background-color: #C0B13E; }
a { background-color: rgb(192,177,62); }
div.DivClassName
{
background-color: #C0B13E;
}
.BgClassName
{
background-color: #C0B13E;
}
</style>
border-color css
<style>
span { border-color: #C0B13E; }
span { border-color: rgb(192,177,62); }
td.TdClassName
{
border-color: #C0B13E;
}
.TagClassName
{
border-color: #C0B13E;
}
</style>