Shades of La Rioja #C6BE0B
Tints of La Rioja #C6BE0B
RGB
CMYK
RGB Variations
Color information
#C6BE0B (or 0xC6BE0B) is known color: La Rioja. HEX triplet: C6, BE and 0B. RGB value is (198,190,11). Sum of RGB (Red+Green+Blue) = 198+190+11=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE0B is #3941F4. Grayscale: #ACACAC. Windows color (decimal): -3752437 or 769734. OLE color: 769734.
HSL color Cylindrical-coordinate representation of color #C6BE0B: hue angle of 57.43º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6BE0B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.22 |
| HSL | 57.43º | 0.89% | 0.41% | - |
| HSV(B) | 57.43º | 0.94% | 0.78% | - |
| XYZ | 41.76 | 48.86 | 7.55 | - |
| YUV | 171.99 | 37.15 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 11 | 0 | 0.04 | 0.94 | 0.22 | 57.43 | 0.89 | 0.41 |
| Hex | C6 | BE | B | 0 | 4 | 5E | 16 | 39 | 59 | 29 |
| Octal | 306 | 276 | 13 | 0 | 4 | 136 | 26 | 71 | 131 | 51 |
| Binary | 11000110 | 10111110 | 1011 | 0 | 100 | 1011110 | 10110 | 111001 | 1011001 | 101001 |
Color Harmonies of #C6BE0B
Complementary color
Monochromatic Colors of #C6BE0B
Black with #C6BE0B
Text Example
Text Example
White with #C6BE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE0B; }
p { color: rgb(198,190,11); }
H1.HeaderClassName
{
color: #C6BE0B;
}
.AnyTagClassName
{
color: #C6BE0B;
}
</style>
background-color css
<style>
a { background-color: #C6BE0B; }
a { background-color: rgb(198,190,11); }
div.DivClassName
{
background-color: #C6BE0B;
}
.BgClassName
{
background-color: #C6BE0B;
}
</style>
border-color css
<style>
span { border-color: #C6BE0B; }
span { border-color: rgb(198,190,11); }
td.TdClassName
{
border-color: #C6BE0B;
}
.TagClassName
{
border-color: #C6BE0B;
}
</style>