Shades of La Rioja #C5BE10
Tints of La Rioja #C5BE10
RGB
CMYK
RGB Variations
Color information
#C5BE10 (or 0xC5BE10) is known color: La Rioja. HEX triplet: C5, BE and 10. RGB value is (197,190,16). Sum of RGB (Red+Green+Blue) = 197+190+16=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE10 is #3A41EF. Grayscale: #ACACAC. Windows color (decimal): -3817968 or 1097413. OLE color: 1097413.
HSL color Cylindrical-coordinate representation of color #C5BE10: hue angle of 57.68º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5BE10 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 16 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.23 |
| HSL | 57.68º | 0.85% | 0.42% | - |
| HSV(B) | 57.68º | 0.92% | 0.77% | - |
| XYZ | 41.53 | 48.73 | 7.71 | - |
| YUV | 172.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 16 | 0 | 0.04 | 0.92 | 0.23 | 57.68 | 0.85 | 0.42 |
| Hex | C5 | BE | 10 | 0 | 4 | 5C | 17 | 3A | 55 | 2A |
| Octal | 305 | 276 | 20 | 0 | 4 | 134 | 27 | 72 | 125 | 52 |
| Binary | 11000101 | 10111110 | 10000 | 0 | 100 | 1011100 | 10111 | 111010 | 1010101 | 101010 |
Color Harmonies of #C5BE10
Complementary color
Monochromatic Colors of #C5BE10
Black with #C5BE10
Text Example
Text Example
White with #C5BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE10; }
p { color: rgb(197,190,16); }
H1.HeaderClassName
{
color: #C5BE10;
}
.AnyTagClassName
{
color: #C5BE10;
}
</style>
background-color css
<style>
a { background-color: #C5BE10; }
a { background-color: rgb(197,190,16); }
div.DivClassName
{
background-color: #C5BE10;
}
.BgClassName
{
background-color: #C5BE10;
}
</style>
border-color css
<style>
span { border-color: #C5BE10; }
span { border-color: rgb(197,190,16); }
td.TdClassName
{
border-color: #C5BE10;
}
.TagClassName
{
border-color: #C5BE10;
}
</style>