Shades of La Rioja #C2B80B
Tints of La Rioja #C2B80B
RGB
CMYK
RGB Variations
Color information
#C2B80B (or 0xC2B80B) is known color: La Rioja. HEX triplet: C2, B8 and 0B. RGB value is (194,184,11). Sum of RGB (Red+Green+Blue) = 194+184+11=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B80B is #3D47F4. Grayscale: #A7A7A7. Windows color (decimal): -4016117 or 768194. OLE color: 768194.
HSL color Cylindrical-coordinate representation of color #C2B80B: hue angle of 56.72º 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 #C2B80B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.24 |
| HSL | 56.72º | 0.89% | 0.4% | - |
| HSV(B) | 56.72º | 0.94% | 0.76% | - |
| XYZ | 39.45 | 45.77 | 7.07 | - |
| YUV | 167.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 11 | 0 | 0.05 | 0.94 | 0.24 | 56.72 | 0.89 | 0.4 |
| Hex | C2 | B8 | B | 0 | 5 | 5E | 18 | 39 | 59 | 28 |
| Octal | 302 | 270 | 13 | 0 | 5 | 136 | 30 | 71 | 131 | 50 |
| Binary | 11000010 | 10111000 | 1011 | 0 | 101 | 1011110 | 11000 | 111001 | 1011001 | 101000 |
Color Harmonies of #C2B80B
Complementary color
Monochromatic Colors of #C2B80B
Black with #C2B80B
Text Example
Text Example
White with #C2B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B80B; }
p { color: rgb(194,184,11); }
H1.HeaderClassName
{
color: #C2B80B;
}
.AnyTagClassName
{
color: #C2B80B;
}
</style>
background-color css
<style>
a { background-color: #C2B80B; }
a { background-color: rgb(194,184,11); }
div.DivClassName
{
background-color: #C2B80B;
}
.BgClassName
{
background-color: #C2B80B;
}
</style>
border-color css
<style>
span { border-color: #C2B80B; }
span { border-color: rgb(194,184,11); }
td.TdClassName
{
border-color: #C2B80B;
}
.TagClassName
{
border-color: #C2B80B;
}
</style>