Shades of La Rioja #C0BB11
Tints of La Rioja #C0BB11
RGB
CMYK
RGB Variations
Color information
#C0BB11 (or 0xC0BB11) is known color: La Rioja. HEX triplet: C0, BB and 11. RGB value is (192,187,17). Sum of RGB (Red+Green+Blue) = 192+187+17=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB11 is #3F44EE. Grayscale: #A9A9A9. Windows color (decimal): -4146415 or 1162176. OLE color: 1162176.
HSL color Cylindrical-coordinate representation of color #C0BB11: hue angle of 58.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0BB11 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 17 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.25 |
| HSL | 58.29º | 0.84% | 0.41% | - |
| HSV(B) | 58.29º | 0.91% | 0.75% | - |
| XYZ | 39.61 | 46.79 | 7.47 | - |
| YUV | 169.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 17 | 0 | 0.03 | 0.91 | 0.25 | 58.29 | 0.84 | 0.41 |
| Hex | C0 | BB | 11 | 0 | 3 | 5B | 19 | 3A | 54 | 29 |
| Octal | 300 | 273 | 21 | 0 | 3 | 133 | 31 | 72 | 124 | 51 |
| Binary | 11000000 | 10111011 | 10001 | 0 | 11 | 1011011 | 11001 | 111010 | 1010100 | 101001 |
Color Harmonies of #C0BB11
Complementary color
Monochromatic Colors of #C0BB11
Black with #C0BB11
Text Example
Text Example
White with #C0BB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB11; }
p { color: rgb(192,187,17); }
H1.HeaderClassName
{
color: #C0BB11;
}
.AnyTagClassName
{
color: #C0BB11;
}
</style>
background-color css
<style>
a { background-color: #C0BB11; }
a { background-color: rgb(192,187,17); }
div.DivClassName
{
background-color: #C0BB11;
}
.BgClassName
{
background-color: #C0BB11;
}
</style>
border-color css
<style>
span { border-color: #C0BB11; }
span { border-color: rgb(192,187,17); }
td.TdClassName
{
border-color: #C0BB11;
}
.TagClassName
{
border-color: #C0BB11;
}
</style>