Shades of La Rioja #C0C503
Tints of La Rioja #C0C503
RGB
CMYK
RGB Variations
Color information
#C0C503 (or 0xC0C503) is known color: La Rioja. HEX triplet: C0, C5 and 03. RGB value is (192,197,3). Sum of RGB (Red+Green+Blue) = 192+197+3=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C503 is #3F3AFC. Grayscale: #AEAEAE. Windows color (decimal): -4143869 or 247232. OLE color: 247232.
HSL color Cylindrical-coordinate representation of color #C0C503: hue angle of 61.55º 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 #C0C503 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.23 |
| HSL | 61.55º | 0.97% | 0.39% | - |
| HSV(B) | 61.55º | 0.98% | 0.77% | - |
| XYZ | 41.72 | 51.15 | 7.76 | - |
| YUV | 173.39 | 31.84 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 3 | 0.03 | 0 | 0.98 | 0.23 | 61.55 | 0.97 | 0.39 |
| Hex | C0 | C5 | 3 | 3 | 0 | 62 | 17 | 3E | 61 | 27 |
| Octal | 300 | 305 | 3 | 3 | 0 | 142 | 27 | 76 | 141 | 47 |
| Binary | 11000000 | 11000101 | 11 | 11 | 0 | 1100010 | 10111 | 111110 | 1100001 | 100111 |
Color Harmonies of #C0C503
Complementary color
Monochromatic Colors of #C0C503
Black with #C0C503
Text Example
Text Example
White with #C0C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C503; }
p { color: rgb(192,197,3); }
H1.HeaderClassName
{
color: #C0C503;
}
.AnyTagClassName
{
color: #C0C503;
}
</style>
background-color css
<style>
a { background-color: #C0C503; }
a { background-color: rgb(192,197,3); }
div.DivClassName
{
background-color: #C0C503;
}
.BgClassName
{
background-color: #C0C503;
}
</style>
border-color css
<style>
span { border-color: #C0C503; }
span { border-color: rgb(192,197,3); }
td.TdClassName
{
border-color: #C0C503;
}
.TagClassName
{
border-color: #C0C503;
}
</style>