Shades of La Rioja #C2B001
Tints of La Rioja #C2B001
RGB
CMYK
RGB Variations
Color information
#C2B001 (or 0xC2B001) is known color: La Rioja. HEX triplet: C2, B0 and 01. RGB value is (194,176,1). Sum of RGB (Red+Green+Blue) = 194+176+1=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B001 is #3D4FFE. Grayscale: #A2A2A2. Windows color (decimal): -4018175 or 110786. OLE color: 110786.
HSL color Cylindrical-coordinate representation of color #C2B001: hue angle of 54.4º 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 #C2B001 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.24 |
| HSL | 54.4º | 0.99% | 0.38% | - |
| HSV(B) | 54.4º | 0.99% | 0.76% | - |
| XYZ | 37.78 | 42.52 | 6.25 | - |
| YUV | 161.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 1 | 0 | 0.09 | 0.99 | 0.24 | 54.4 | 0.99 | 0.38 |
| Hex | C2 | B0 | 1 | 0 | 9 | 63 | 18 | 36 | 63 | 26 |
| Octal | 302 | 260 | 1 | 0 | 11 | 143 | 30 | 66 | 143 | 46 |
| Binary | 11000010 | 10110000 | 1 | 0 | 1001 | 1100011 | 11000 | 110110 | 1100011 | 100110 |
Color Harmonies of #C2B001
Complementary color
Monochromatic Colors of #C2B001
Black with #C2B001
Text Example
Text Example
White with #C2B001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B001; }
p { color: rgb(194,176,1); }
H1.HeaderClassName
{
color: #C2B001;
}
.AnyTagClassName
{
color: #C2B001;
}
</style>
background-color css
<style>
a { background-color: #C2B001; }
a { background-color: rgb(194,176,1); }
div.DivClassName
{
background-color: #C2B001;
}
.BgClassName
{
background-color: #C2B001;
}
</style>
border-color css
<style>
span { border-color: #C2B001; }
span { border-color: rgb(194,176,1); }
td.TdClassName
{
border-color: #C2B001;
}
.TagClassName
{
border-color: #C2B001;
}
</style>