Shades of La Rioja #C1BE11
Tints of La Rioja #C1BE11
RGB
CMYK
RGB Variations
Color information
#C1BE11 (or 0xC1BE11) is known color: La Rioja. HEX triplet: C1, BE and 11. RGB value is (193,190,17). Sum of RGB (Red+Green+Blue) = 193+190+17=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BE11 is #3E41EE. Grayscale: #ABABAB. Windows color (decimal): -4080111 or 1162945. OLE color: 1162945.
HSL color Cylindrical-coordinate representation of color #C1BE11: hue angle of 58.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1BE11 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 17 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.24 |
| HSL | 58.98º | 0.84% | 0.41% | - |
| HSV(B) | 58.98º | 0.91% | 0.76% | - |
| XYZ | 40.51 | 48.2 | 7.7 | - |
| YUV | 171.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 17 | 0 | 0.02 | 0.91 | 0.24 | 58.98 | 0.84 | 0.41 |
| Hex | C1 | BE | 11 | 0 | 2 | 5B | 18 | 3B | 54 | 29 |
| Octal | 301 | 276 | 21 | 0 | 2 | 133 | 30 | 73 | 124 | 51 |
| Binary | 11000001 | 10111110 | 10001 | 0 | 10 | 1011011 | 11000 | 111011 | 1010100 | 101001 |
Color Harmonies of #C1BE11
Complementary color
Monochromatic Colors of #C1BE11
Black with #C1BE11
Text Example
Text Example
White with #C1BE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE11; }
p { color: rgb(193,190,17); }
H1.HeaderClassName
{
color: #C1BE11;
}
.AnyTagClassName
{
color: #C1BE11;
}
</style>
background-color css
<style>
a { background-color: #C1BE11; }
a { background-color: rgb(193,190,17); }
div.DivClassName
{
background-color: #C1BE11;
}
.BgClassName
{
background-color: #C1BE11;
}
</style>
border-color css
<style>
span { border-color: #C1BE11; }
span { border-color: rgb(193,190,17); }
td.TdClassName
{
border-color: #C1BE11;
}
.TagClassName
{
border-color: #C1BE11;
}
</style>