Shades of La Rioja #C3BE16
Tints of La Rioja #C3BE16
RGB
CMYK
RGB Variations
Color information
#C3BE16 (or 0xC3BE16) is known color: La Rioja. HEX triplet: C3, BE and 16. RGB value is (195,190,22). Sum of RGB (Red+Green+Blue) = 195+190+22=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE16 is #3C41E9. Grayscale: #ADADAD. Windows color (decimal): -3949034 or 1490627. OLE color: 1490627.
HSL color Cylindrical-coordinate representation of color #C3BE16: hue angle of 58.27º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3BE16 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 22 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.24 |
| HSL | 58.27º | 0.8% | 0.43% | - |
| HSV(B) | 58.27º | 0.89% | 0.76% | - |
| XYZ | 41.06 | 48.49 | 7.95 | - |
| YUV | 172.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 22 | 0 | 0.03 | 0.89 | 0.24 | 58.27 | 0.8 | 0.43 |
| Hex | C3 | BE | 16 | 0 | 3 | 59 | 18 | 3A | 50 | 2B |
| Octal | 303 | 276 | 26 | 0 | 3 | 131 | 30 | 72 | 120 | 53 |
| Binary | 11000011 | 10111110 | 10110 | 0 | 11 | 1011001 | 11000 | 111010 | 1010000 | 101011 |
Color Harmonies of #C3BE16
Complementary color
Monochromatic Colors of #C3BE16
Black with #C3BE16
Text Example
Text Example
White with #C3BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE16; }
p { color: rgb(195,190,22); }
H1.HeaderClassName
{
color: #C3BE16;
}
.AnyTagClassName
{
color: #C3BE16;
}
</style>
background-color css
<style>
a { background-color: #C3BE16; }
a { background-color: rgb(195,190,22); }
div.DivClassName
{
background-color: #C3BE16;
}
.BgClassName
{
background-color: #C3BE16;
}
</style>
border-color css
<style>
span { border-color: #C3BE16; }
span { border-color: rgb(195,190,22); }
td.TdClassName
{
border-color: #C3BE16;
}
.TagClassName
{
border-color: #C3BE16;
}
</style>