Shades of La Rioja #C0B300
Tints of La Rioja #C0B300
RGB
CMYK
RGB Variations
Color information
#C0B300 (or 0xC0B300) is known color: La Rioja. HEX triplet: C0, B3 and 00. RGB value is (192,179,0). Sum of RGB (Red+Green+Blue) = 192+179+0=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B300 is #3F4CFF. Grayscale: #A3A3A3. Windows color (decimal): -4148480 or 46016. OLE color: 46016.
HSL color Cylindrical-coordinate representation of color #C0B300: hue angle of 55.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0B300 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.25 |
| HSL | 55.94º | 1% | 0.38% | - |
| HSV(B) | 55.94º | 1% | 0.75% | - |
| XYZ | 37.86 | 43.45 | 6.39 | - |
| YUV | 162.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 0 | 0 | 0.07 | 1 | 0.25 | 55.94 | 1 | 0.38 |
| Hex | C0 | B3 | 0 | 0 | 7 | 64 | 19 | 38 | 64 | 26 |
| Octal | 300 | 263 | 0 | 0 | 7 | 144 | 31 | 70 | 144 | 46 |
| Binary | 11000000 | 10110011 | 0 | 0 | 111 | 1100100 | 11001 | 111000 | 1100100 | 100110 |
Color Harmonies of #C0B300
Complementary color
Monochromatic Colors of #C0B300
Black with #C0B300
Text Example
Text Example
White with #C0B300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B300; }
p { color: rgb(192,179,0); }
H1.HeaderClassName
{
color: #C0B300;
}
.AnyTagClassName
{
color: #C0B300;
}
</style>
background-color css
<style>
a { background-color: #C0B300; }
a { background-color: rgb(192,179,0); }
div.DivClassName
{
background-color: #C0B300;
}
.BgClassName
{
background-color: #C0B300;
}
</style>
border-color css
<style>
span { border-color: #C0B300; }
span { border-color: rgb(192,179,0); }
td.TdClassName
{
border-color: #C0B300;
}
.TagClassName
{
border-color: #C0B300;
}
</style>