Shades of La Rioja #C3B50E
Tints of La Rioja #C3B50E
RGB
CMYK
RGB Variations
Color information
#C3B50E (or 0xC3B50E) is known color: La Rioja. HEX triplet: C3, B5 and 0E. RGB value is (195,181,14). Sum of RGB (Red+Green+Blue) = 195+181+14=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B50E is #3C4AF1. Grayscale: #A6A6A6. Windows color (decimal): -3951346 or 964035. OLE color: 964035.
HSL color Cylindrical-coordinate representation of color #C3B50E: hue angle of 55.36º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3B50E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.24 |
| HSL | 55.36º | 0.87% | 0.41% | - |
| HSV(B) | 55.36º | 0.93% | 0.76% | - |
| XYZ | 39.11 | 44.68 | 6.98 | - |
| YUV | 166.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 14 | 0 | 0.07 | 0.93 | 0.24 | 55.36 | 0.87 | 0.41 |
| Hex | C3 | B5 | E | 0 | 7 | 5D | 18 | 37 | 57 | 29 |
| Octal | 303 | 265 | 16 | 0 | 7 | 135 | 30 | 67 | 127 | 51 |
| Binary | 11000011 | 10110101 | 1110 | 0 | 111 | 1011101 | 11000 | 110111 | 1010111 | 101001 |
Color Harmonies of #C3B50E
Complementary color
Monochromatic Colors of #C3B50E
Black with #C3B50E
Text Example
Text Example
White with #C3B50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B50E; }
p { color: rgb(195,181,14); }
H1.HeaderClassName
{
color: #C3B50E;
}
.AnyTagClassName
{
color: #C3B50E;
}
</style>
background-color css
<style>
a { background-color: #C3B50E; }
a { background-color: rgb(195,181,14); }
div.DivClassName
{
background-color: #C3B50E;
}
.BgClassName
{
background-color: #C3B50E;
}
</style>
border-color css
<style>
span { border-color: #C3B50E; }
span { border-color: rgb(195,181,14); }
td.TdClassName
{
border-color: #C3B50E;
}
.TagClassName
{
border-color: #C3B50E;
}
</style>