Shades of La Rioja #C2B905
Tints of La Rioja #C2B905
RGB
CMYK
RGB Variations
Color information
#C2B905 (or 0xC2B905) is known color: La Rioja. HEX triplet: C2, B9 and 05. RGB value is (194,185,5). Sum of RGB (Red+Green+Blue) = 194+185+5=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B905 is #3D46FA. Grayscale: #A7A7A7. Windows color (decimal): -4015867 or 375234. OLE color: 375234.
HSL color Cylindrical-coordinate representation of color #C2B905: hue angle of 57.14º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2B905 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.24 |
| HSL | 57.14º | 0.95% | 0.39% | - |
| HSV(B) | 57.14º | 0.97% | 0.76% | - |
| XYZ | 39.62 | 46.18 | 6.97 | - |
| YUV | 167.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 5 | 0 | 0.05 | 0.97 | 0.24 | 57.14 | 0.95 | 0.39 |
| Hex | C2 | B9 | 5 | 0 | 5 | 61 | 18 | 39 | 5F | 27 |
| Octal | 302 | 271 | 5 | 0 | 5 | 141 | 30 | 71 | 137 | 47 |
| Binary | 11000010 | 10111001 | 101 | 0 | 101 | 1100001 | 11000 | 111001 | 1011111 | 100111 |
Color Harmonies of #C2B905
Complementary color
Monochromatic Colors of #C2B905
Black with #C2B905
Text Example
Text Example
White with #C2B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B905; }
p { color: rgb(194,185,5); }
H1.HeaderClassName
{
color: #C2B905;
}
.AnyTagClassName
{
color: #C2B905;
}
</style>
background-color css
<style>
a { background-color: #C2B905; }
a { background-color: rgb(194,185,5); }
div.DivClassName
{
background-color: #C2B905;
}
.BgClassName
{
background-color: #C2B905;
}
</style>
border-color css
<style>
span { border-color: #C2B905; }
span { border-color: rgb(194,185,5); }
td.TdClassName
{
border-color: #C2B905;
}
.TagClassName
{
border-color: #C2B905;
}
</style>