Shades of La Rioja #C1BE12
Tints of La Rioja #C1BE12
RGB
CMYK
RGB Variations
Color information
#C1BE12 (or 0xC1BE12) is known color: La Rioja. HEX triplet: C1, BE and 12. RGB value is (193,190,18). Sum of RGB (Red+Green+Blue) = 193+190+18=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BE12 is #3E41ED. Grayscale: #ABABAB. Windows color (decimal): -4080110 or 1228481. OLE color: 1228481.
HSL color Cylindrical-coordinate representation of color #C1BE12: hue angle of 58.97º degrees, saturation: 0.83, 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 #C1BE12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.24 |
| HSL | 58.97º | 0.83% | 0.41% | - |
| HSV(B) | 58.97º | 0.91% | 0.76% | - |
| XYZ | 40.51 | 48.21 | 7.74 | - |
| YUV | 171.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 18 | 0 | 0.02 | 0.91 | 0.24 | 58.97 | 0.83 | 0.41 |
| Hex | C1 | BE | 12 | 0 | 2 | 5B | 18 | 3B | 53 | 29 |
| Octal | 301 | 276 | 22 | 0 | 2 | 133 | 30 | 73 | 123 | 51 |
| Binary | 11000001 | 10111110 | 10010 | 0 | 10 | 1011011 | 11000 | 111011 | 1010011 | 101001 |
Color Harmonies of #C1BE12
Complementary color
Monochromatic Colors of #C1BE12
Black with #C1BE12
Text Example
Text Example
White with #C1BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE12; }
p { color: rgb(193,190,18); }
H1.HeaderClassName
{
color: #C1BE12;
}
.AnyTagClassName
{
color: #C1BE12;
}
</style>
background-color css
<style>
a { background-color: #C1BE12; }
a { background-color: rgb(193,190,18); }
div.DivClassName
{
background-color: #C1BE12;
}
.BgClassName
{
background-color: #C1BE12;
}
</style>
border-color css
<style>
span { border-color: #C1BE12; }
span { border-color: rgb(193,190,18); }
td.TdClassName
{
border-color: #C1BE12;
}
.TagClassName
{
border-color: #C1BE12;
}
</style>