Shades of La Rioja #C0BD0B
Tints of La Rioja #C0BD0B
RGB
CMYK
RGB Variations
Color information
#C0BD0B (or 0xC0BD0B) is known color: La Rioja. HEX triplet: C0, BD and 0B. RGB value is (192,189,11). Sum of RGB (Red+Green+Blue) = 192+189+11=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BD0B is #3F42F4. Grayscale: #AAAAAA. Windows color (decimal): -4145909 or 769472. OLE color: 769472.
HSL color Cylindrical-coordinate representation of color #C0BD0B: hue angle of 59.01º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0BD0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.25 |
| HSL | 59.01º | 0.89% | 0.4% | - |
| HSV(B) | 59.01º | 0.94% | 0.75% | - |
| XYZ | 40 | 47.63 | 7.4 | - |
| YUV | 169.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 11 | 0 | 0.02 | 0.94 | 0.25 | 59.01 | 0.89 | 0.4 |
| Hex | C0 | BD | B | 0 | 2 | 5E | 19 | 3B | 59 | 28 |
| Octal | 300 | 275 | 13 | 0 | 2 | 136 | 31 | 73 | 131 | 50 |
| Binary | 11000000 | 10111101 | 1011 | 0 | 10 | 1011110 | 11001 | 111011 | 1011001 | 101000 |
Color Harmonies of #C0BD0B
Complementary color
Monochromatic Colors of #C0BD0B
Black with #C0BD0B
Text Example
Text Example
White with #C0BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD0B; }
p { color: rgb(192,189,11); }
H1.HeaderClassName
{
color: #C0BD0B;
}
.AnyTagClassName
{
color: #C0BD0B;
}
</style>
background-color css
<style>
a { background-color: #C0BD0B; }
a { background-color: rgb(192,189,11); }
div.DivClassName
{
background-color: #C0BD0B;
}
.BgClassName
{
background-color: #C0BD0B;
}
</style>
border-color css
<style>
span { border-color: #C0BD0B; }
span { border-color: rgb(192,189,11); }
td.TdClassName
{
border-color: #C0BD0B;
}
.TagClassName
{
border-color: #C0BD0B;
}
</style>