Shades of La Rioja #C2B600
Tints of La Rioja #C2B600
RGB
CMYK
RGB Variations
Color information
#C2B600 (or 0xC2B600) is known color: La Rioja. HEX triplet: C2, B6 and 00. RGB value is (194,182,0). Sum of RGB (Red+Green+Blue) = 194+182+0=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B600 is #3D49FF. Grayscale: #A5A5A5. Windows color (decimal): -4016640 or 46786. OLE color: 46786.
HSL color Cylindrical-coordinate representation of color #C2B600: hue angle of 56.29º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2B600 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.24 |
| HSL | 56.29º | 1% | 0.38% | - |
| HSV(B) | 56.29º | 1% | 0.76% | - |
| XYZ | 38.98 | 44.93 | 6.62 | - |
| YUV | 164.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 0 | 0 | 0.06 | 1 | 0.24 | 56.29 | 1 | 0.38 |
| Hex | C2 | B6 | 0 | 0 | 6 | 64 | 18 | 38 | 64 | 26 |
| Octal | 302 | 266 | 0 | 0 | 6 | 144 | 30 | 70 | 144 | 46 |
| Binary | 11000010 | 10110110 | 0 | 0 | 110 | 1100100 | 11000 | 111000 | 1100100 | 100110 |
Color Harmonies of #C2B600
Complementary color
Monochromatic Colors of #C2B600
Black with #C2B600
Text Example
Text Example
White with #C2B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B600; }
p { color: rgb(194,182,0); }
H1.HeaderClassName
{
color: #C2B600;
}
.AnyTagClassName
{
color: #C2B600;
}
</style>
background-color css
<style>
a { background-color: #C2B600; }
a { background-color: rgb(194,182,0); }
div.DivClassName
{
background-color: #C2B600;
}
.BgClassName
{
background-color: #C2B600;
}
</style>
border-color css
<style>
span { border-color: #C2B600; }
span { border-color: rgb(194,182,0); }
td.TdClassName
{
border-color: #C2B600;
}
.TagClassName
{
border-color: #C2B600;
}
</style>