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