Shades of La Rioja #C2C503
Tints of La Rioja #C2C503
RGB
CMYK
RGB Variations
Color information
#C2C503 (or 0xC2C503) is known color: La Rioja. HEX triplet: C2, C5 and 03. RGB value is (194,197,3). Sum of RGB (Red+Green+Blue) = 194+197+3=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C503 is #3D3AFC. Grayscale: #AEAEAE. Windows color (decimal): -4012797 or 247234. OLE color: 247234.
HSL color Cylindrical-coordinate representation of color #C2C503: hue angle of 60.93º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2C503 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.23 |
| HSL | 60.93º | 0.97% | 0.39% | - |
| HSV(B) | 60.93º | 0.98% | 0.77% | - |
| XYZ | 42.23 | 51.41 | 7.78 | - |
| YUV | 173.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 3 | 0.02 | 0 | 0.98 | 0.23 | 60.93 | 0.97 | 0.39 |
| Hex | C2 | C5 | 3 | 2 | 0 | 62 | 17 | 3D | 61 | 27 |
| Octal | 302 | 305 | 3 | 2 | 0 | 142 | 27 | 75 | 141 | 47 |
| Binary | 11000010 | 11000101 | 11 | 10 | 0 | 1100010 | 10111 | 111101 | 1100001 | 100111 |
Color Harmonies of #C2C503
Complementary color
Monochromatic Colors of #C2C503
Black with #C2C503
Text Example
Text Example
White with #C2C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C503; }
p { color: rgb(194,197,3); }
H1.HeaderClassName
{
color: #C2C503;
}
.AnyTagClassName
{
color: #C2C503;
}
</style>
background-color css
<style>
a { background-color: #C2C503; }
a { background-color: rgb(194,197,3); }
div.DivClassName
{
background-color: #C2C503;
}
.BgClassName
{
background-color: #C2C503;
}
</style>
border-color css
<style>
span { border-color: #C2C503; }
span { border-color: rgb(194,197,3); }
td.TdClassName
{
border-color: #C2C503;
}
.TagClassName
{
border-color: #C2C503;
}
</style>