Shades of La Rioja #C0C203
Tints of La Rioja #C0C203
RGB
CMYK
RGB Variations
Color information
#C0C203 (or 0xC0C203) is known color: La Rioja. HEX triplet: C0, C2 and 03. RGB value is (192,194,3). Sum of RGB (Red+Green+Blue) = 192+194+3=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C203 is #3F3DFC. Grayscale: #ACACAC. Windows color (decimal): -4144637 or 246464. OLE color: 246464.
HSL color Cylindrical-coordinate representation of color #C0C203: hue angle of 60.63º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0C203 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.24 |
| HSL | 60.63º | 0.97% | 0.39% | - |
| HSV(B) | 60.63º | 0.98% | 0.76% | - |
| XYZ | 41.05 | 49.8 | 7.53 | - |
| YUV | 171.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 3 | 0.01 | 0 | 0.98 | 0.24 | 60.63 | 0.97 | 0.39 |
| Hex | C0 | C2 | 3 | 1 | 0 | 62 | 18 | 3D | 61 | 27 |
| Octal | 300 | 302 | 3 | 1 | 0 | 142 | 30 | 75 | 141 | 47 |
| Binary | 11000000 | 11000010 | 11 | 1 | 0 | 1100010 | 11000 | 111101 | 1100001 | 100111 |
Color Harmonies of #C0C203
Complementary color
Monochromatic Colors of #C0C203
Black with #C0C203
Text Example
Text Example
White with #C0C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C203; }
p { color: rgb(192,194,3); }
H1.HeaderClassName
{
color: #C0C203;
}
.AnyTagClassName
{
color: #C0C203;
}
</style>
background-color css
<style>
a { background-color: #C0C203; }
a { background-color: rgb(192,194,3); }
div.DivClassName
{
background-color: #C0C203;
}
.BgClassName
{
background-color: #C0C203;
}
</style>
border-color css
<style>
span { border-color: #C0C203; }
span { border-color: rgb(192,194,3); }
td.TdClassName
{
border-color: #C0C203;
}
.TagClassName
{
border-color: #C0C203;
}
</style>