Shades of La Rioja #C2B100
Tints of La Rioja #C2B100
RGB
CMYK
RGB Variations
Color information
#C2B100 (or 0xC2B100) is known color: La Rioja. HEX triplet: C2, B1 and 00. RGB value is (194,177,0). Sum of RGB (Red+Green+Blue) = 194+177+0=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B100 is #3D4EFF. Grayscale: #A2A2A2. Windows color (decimal): -4017920 or 45506. OLE color: 45506.
HSL color Cylindrical-coordinate representation of color #C2B100: hue angle of 54.74º 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 #C2B100 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.24 |
| HSL | 54.74º | 1% | 0.38% | - |
| HSV(B) | 54.74º | 1% | 0.76% | - |
| XYZ | 37.97 | 42.91 | 6.28 | - |
| YUV | 161.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 0 | 0 | 0.09 | 1 | 0.24 | 54.74 | 1 | 0.38 |
| Hex | C2 | B1 | 0 | 0 | 9 | 64 | 18 | 37 | 64 | 26 |
| Octal | 302 | 261 | 0 | 0 | 11 | 144 | 30 | 67 | 144 | 46 |
| Binary | 11000010 | 10110001 | 0 | 0 | 1001 | 1100100 | 11000 | 110111 | 1100100 | 100110 |
Color Harmonies of #C2B100
Complementary color
Monochromatic Colors of #C2B100
Black with #C2B100
Text Example
Text Example
White with #C2B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B100; }
p { color: rgb(194,177,0); }
H1.HeaderClassName
{
color: #C2B100;
}
.AnyTagClassName
{
color: #C2B100;
}
</style>
background-color css
<style>
a { background-color: #C2B100; }
a { background-color: rgb(194,177,0); }
div.DivClassName
{
background-color: #C2B100;
}
.BgClassName
{
background-color: #C2B100;
}
</style>
border-color css
<style>
span { border-color: #C2B100; }
span { border-color: rgb(194,177,0); }
td.TdClassName
{
border-color: #C2B100;
}
.TagClassName
{
border-color: #C2B100;
}
</style>