Shades of La Rioja #C0C803
Tints of La Rioja #C0C803
RGB
CMYK
RGB Variations
Color information
#C0C803 (or 0xC0C803) is known color: La Rioja. HEX triplet: C0, C8 and 03. RGB value is (192,200,3). Sum of RGB (Red+Green+Blue) = 192+200+3=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C803 is #3F37FC. Grayscale: #AFAFAF. Windows color (decimal): -4143101 or 248000. OLE color: 248000.
HSL color Cylindrical-coordinate representation of color #C0C803: hue angle of 62.44º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0C803 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.22 |
| HSL | 62.44º | 0.97% | 0.4% | - |
| HSV(B) | 62.44º | 0.99% | 0.78% | - |
| XYZ | 42.41 | 52.52 | 7.99 | - |
| YUV | 175.15 | 30.85 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 3 | 0.04 | 0 | 0.98 | 0.22 | 62.44 | 0.97 | 0.4 |
| Hex | C0 | C8 | 3 | 4 | 0 | 62 | 16 | 3E | 61 | 28 |
| Octal | 300 | 310 | 3 | 4 | 0 | 142 | 26 | 76 | 141 | 50 |
| Binary | 11000000 | 11001000 | 11 | 100 | 0 | 1100010 | 10110 | 111110 | 1100001 | 101000 |
Color Harmonies of #C0C803
Complementary color
Monochromatic Colors of #C0C803
Black with #C0C803
Text Example
Text Example
White with #C0C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C803; }
p { color: rgb(192,200,3); }
H1.HeaderClassName
{
color: #C0C803;
}
.AnyTagClassName
{
color: #C0C803;
}
</style>
background-color css
<style>
a { background-color: #C0C803; }
a { background-color: rgb(192,200,3); }
div.DivClassName
{
background-color: #C0C803;
}
.BgClassName
{
background-color: #C0C803;
}
</style>
border-color css
<style>
span { border-color: #C0C803; }
span { border-color: rgb(192,200,3); }
td.TdClassName
{
border-color: #C0C803;
}
.TagClassName
{
border-color: #C0C803;
}
</style>