Shades of La Rioja #C2B90B
Tints of La Rioja #C2B90B
RGB
CMYK
RGB Variations
Color information
#C2B90B (or 0xC2B90B) is known color: La Rioja. HEX triplet: C2, B9 and 0B. RGB value is (194,185,11). Sum of RGB (Red+Green+Blue) = 194+185+11=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B90B is #3D46F4. Grayscale: #A8A8A8. Windows color (decimal): -4015861 or 768450. OLE color: 768450.
HSL color Cylindrical-coordinate representation of color #C2B90B: hue angle of 57.05º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2B90B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.24 |
| HSL | 57.05º | 0.89% | 0.4% | - |
| HSV(B) | 57.05º | 0.94% | 0.76% | - |
| XYZ | 39.66 | 46.19 | 7.14 | - |
| YUV | 167.86 | 39.48 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 11 | 0 | 0.05 | 0.94 | 0.24 | 57.05 | 0.89 | 0.4 |
| Hex | C2 | B9 | B | 0 | 5 | 5E | 18 | 39 | 59 | 28 |
| Octal | 302 | 271 | 13 | 0 | 5 | 136 | 30 | 71 | 131 | 50 |
| Binary | 11000010 | 10111001 | 1011 | 0 | 101 | 1011110 | 11000 | 111001 | 1011001 | 101000 |
Color Harmonies of #C2B90B
Complementary color
Monochromatic Colors of #C2B90B
Black with #C2B90B
Text Example
Text Example
White with #C2B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B90B; }
p { color: rgb(194,185,11); }
H1.HeaderClassName
{
color: #C2B90B;
}
.AnyTagClassName
{
color: #C2B90B;
}
</style>
background-color css
<style>
a { background-color: #C2B90B; }
a { background-color: rgb(194,185,11); }
div.DivClassName
{
background-color: #C2B90B;
}
.BgClassName
{
background-color: #C2B90B;
}
</style>
border-color css
<style>
span { border-color: #C2B90B; }
span { border-color: rgb(194,185,11); }
td.TdClassName
{
border-color: #C2B90B;
}
.TagClassName
{
border-color: #C2B90B;
}
</style>