Shades of La Rioja #C7BE0A
Tints of La Rioja #C7BE0A
RGB
CMYK
RGB Variations
Color information
#C7BE0A (or 0xC7BE0A) is known color: La Rioja. HEX triplet: C7, BE and 0A. RGB value is (199,190,10). Sum of RGB (Red+Green+Blue) = 199+190+10=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BE0A is #3841F5. Grayscale: #ACACAC. Windows color (decimal): -3686902 or 704199. OLE color: 704199.
HSL color Cylindrical-coordinate representation of color #C7BE0A: hue angle of 57.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7BE0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.22 |
| HSL | 57.14º | 0.9% | 0.41% | - |
| HSV(B) | 57.14º | 0.95% | 0.78% | - |
| XYZ | 42.02 | 48.99 | 7.53 | - |
| YUV | 172.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 10 | 0 | 0.05 | 0.95 | 0.22 | 57.14 | 0.9 | 0.41 |
| Hex | C7 | BE | A | 0 | 5 | 5F | 16 | 39 | 5A | 29 |
| Octal | 307 | 276 | 12 | 0 | 5 | 137 | 26 | 71 | 132 | 51 |
| Binary | 11000111 | 10111110 | 1010 | 0 | 101 | 1011111 | 10110 | 111001 | 1011010 | 101001 |
Color Harmonies of #C7BE0A
Complementary color
Monochromatic Colors of #C7BE0A
Black with #C7BE0A
Text Example
Text Example
White with #C7BE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE0A; }
p { color: rgb(199,190,10); }
H1.HeaderClassName
{
color: #C7BE0A;
}
.AnyTagClassName
{
color: #C7BE0A;
}
</style>
background-color css
<style>
a { background-color: #C7BE0A; }
a { background-color: rgb(199,190,10); }
div.DivClassName
{
background-color: #C7BE0A;
}
.BgClassName
{
background-color: #C7BE0A;
}
</style>
border-color css
<style>
span { border-color: #C7BE0A; }
span { border-color: rgb(199,190,10); }
td.TdClassName
{
border-color: #C7BE0A;
}
.TagClassName
{
border-color: #C7BE0A;
}
</style>