Shades of La Rioja #C1BE1B
Tints of La Rioja #C1BE1B
RGB
CMYK
RGB Variations
Color information
#C1BE1B (or 0xC1BE1B) is known color: La Rioja. HEX triplet: C1, BE and 1B. RGB value is (193,190,27). Sum of RGB (Red+Green+Blue) = 193+190+27=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE1B is #3E41E4. Grayscale: #ACACAC. Windows color (decimal): -4080101 or 1818305. OLE color: 1818305.
HSL color Cylindrical-coordinate representation of color #C1BE1B: hue angle of 58.92º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1BE1B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 27 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.24 |
| HSL | 58.92º | 0.75% | 0.43% | - |
| HSV(B) | 58.92º | 0.86% | 0.76% | - |
| XYZ | 40.6 | 48.24 | 8.21 | - |
| YUV | 172.32 | 45.99 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 27 | 0 | 0.02 | 0.86 | 0.24 | 58.92 | 0.75 | 0.43 |
| Hex | C1 | BE | 1B | 0 | 2 | 56 | 18 | 3B | 4B | 2B |
| Octal | 301 | 276 | 33 | 0 | 2 | 126 | 30 | 73 | 113 | 53 |
| Binary | 11000001 | 10111110 | 11011 | 0 | 10 | 1010110 | 11000 | 111011 | 1001011 | 101011 |
Color Harmonies of #C1BE1B
Complementary color
Monochromatic Colors of #C1BE1B
Black with #C1BE1B
Text Example
Text Example
White with #C1BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE1B; }
p { color: rgb(193,190,27); }
H1.HeaderClassName
{
color: #C1BE1B;
}
.AnyTagClassName
{
color: #C1BE1B;
}
</style>
background-color css
<style>
a { background-color: #C1BE1B; }
a { background-color: rgb(193,190,27); }
div.DivClassName
{
background-color: #C1BE1B;
}
.BgClassName
{
background-color: #C1BE1B;
}
</style>
border-color css
<style>
span { border-color: #C1BE1B; }
span { border-color: rgb(193,190,27); }
td.TdClassName
{
border-color: #C1BE1B;
}
.TagClassName
{
border-color: #C1BE1B;
}
</style>