Shades of La Rioja #C2B101
Tints of La Rioja #C2B101
RGB
CMYK
RGB Variations
Color information
#C2B101 (or 0xC2B101) is known color: La Rioja. HEX triplet: C2, B1 and 01. RGB value is (194,177,1). Sum of RGB (Red+Green+Blue) = 194+177+1=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B101 is #3D4EFE. Grayscale: #A2A2A2. Windows color (decimal): -4017919 or 111042. OLE color: 111042.
HSL color Cylindrical-coordinate representation of color #C2B101: hue angle of 54.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2B101 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.24 |
| HSL | 54.72º | 0.99% | 0.38% | - |
| HSV(B) | 54.72º | 0.99% | 0.76% | - |
| XYZ | 37.98 | 42.92 | 6.31 | - |
| YUV | 162.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 1 | 0 | 0.09 | 0.99 | 0.24 | 54.72 | 0.99 | 0.38 |
| Hex | C2 | B1 | 1 | 0 | 9 | 63 | 18 | 37 | 63 | 26 |
| Octal | 302 | 261 | 1 | 0 | 11 | 143 | 30 | 67 | 143 | 46 |
| Binary | 11000010 | 10110001 | 1 | 0 | 1001 | 1100011 | 11000 | 110111 | 1100011 | 100110 |
Color Harmonies of #C2B101
Complementary color
Monochromatic Colors of #C2B101
Black with #C2B101
Text Example
Text Example
White with #C2B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B101; }
p { color: rgb(194,177,1); }
H1.HeaderClassName
{
color: #C2B101;
}
.AnyTagClassName
{
color: #C2B101;
}
</style>
background-color css
<style>
a { background-color: #C2B101; }
a { background-color: rgb(194,177,1); }
div.DivClassName
{
background-color: #C2B101;
}
.BgClassName
{
background-color: #C2B101;
}
</style>
border-color css
<style>
span { border-color: #C2B101; }
span { border-color: rgb(194,177,1); }
td.TdClassName
{
border-color: #C2B101;
}
.TagClassName
{
border-color: #C2B101;
}
</style>