Shades of La Rioja #C7BE0B
Tints of La Rioja #C7BE0B
RGB
CMYK
RGB Variations
Color information
#C7BE0B (or 0xC7BE0B) is known color: La Rioja. HEX triplet: C7, BE and 0B. RGB value is (199,190,11). Sum of RGB (Red+Green+Blue) = 199+190+11=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BE0B is #3841F4. Grayscale: #ADADAD. Windows color (decimal): -3686901 or 769735. OLE color: 769735.
HSL color Cylindrical-coordinate representation of color #C7BE0B: hue angle of 57.13º degrees, saturation: 0.9, 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 #C7BE0B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.22 |
| HSL | 57.13º | 0.9% | 0.41% | - |
| HSV(B) | 57.13º | 0.94% | 0.78% | - |
| XYZ | 42.03 | 48.99 | 7.56 | - |
| YUV | 172.29 | 36.98 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 11 | 0 | 0.05 | 0.94 | 0.22 | 57.13 | 0.9 | 0.41 |
| Hex | C7 | BE | B | 0 | 5 | 5E | 16 | 39 | 5A | 29 |
| Octal | 307 | 276 | 13 | 0 | 5 | 136 | 26 | 71 | 132 | 51 |
| Binary | 11000111 | 10111110 | 1011 | 0 | 101 | 1011110 | 10110 | 111001 | 1011010 | 101001 |
Color Harmonies of #C7BE0B
Complementary color
Monochromatic Colors of #C7BE0B
Black with #C7BE0B
Text Example
Text Example
White with #C7BE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE0B; }
p { color: rgb(199,190,11); }
H1.HeaderClassName
{
color: #C7BE0B;
}
.AnyTagClassName
{
color: #C7BE0B;
}
</style>
background-color css
<style>
a { background-color: #C7BE0B; }
a { background-color: rgb(199,190,11); }
div.DivClassName
{
background-color: #C7BE0B;
}
.BgClassName
{
background-color: #C7BE0B;
}
</style>
border-color css
<style>
span { border-color: #C7BE0B; }
span { border-color: rgb(199,190,11); }
td.TdClassName
{
border-color: #C7BE0B;
}
.TagClassName
{
border-color: #C7BE0B;
}
</style>