Shades of La Rioja #C0C103
Tints of La Rioja #C0C103
RGB
CMYK
RGB Variations
Color information
#C0C103 (or 0xC0C103) is known color: La Rioja. HEX triplet: C0, C1 and 03. RGB value is (192,193,3). Sum of RGB (Red+Green+Blue) = 192+193+3=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C103 is #3F3EFC. Grayscale: #ABABAB. Windows color (decimal): -4144893 or 246208. OLE color: 246208.
HSL color Cylindrical-coordinate representation of color #C0C103: hue angle of 60.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0C103 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.24 |
| HSL | 60.32º | 0.97% | 0.38% | - |
| HSV(B) | 60.32º | 0.98% | 0.76% | - |
| XYZ | 40.82 | 49.35 | 7.46 | - |
| YUV | 171.04 | 33.17 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 3 | 0.01 | 0 | 0.98 | 0.24 | 60.32 | 0.97 | 0.38 |
| Hex | C0 | C1 | 3 | 1 | 0 | 62 | 18 | 3C | 61 | 26 |
| Octal | 300 | 301 | 3 | 1 | 0 | 142 | 30 | 74 | 141 | 46 |
| Binary | 11000000 | 11000001 | 11 | 1 | 0 | 1100010 | 11000 | 111100 | 1100001 | 100110 |
Color Harmonies of #C0C103
Complementary color
Monochromatic Colors of #C0C103
Black with #C0C103
Text Example
Text Example
White with #C0C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C103; }
p { color: rgb(192,193,3); }
H1.HeaderClassName
{
color: #C0C103;
}
.AnyTagClassName
{
color: #C0C103;
}
</style>
background-color css
<style>
a { background-color: #C0C103; }
a { background-color: rgb(192,193,3); }
div.DivClassName
{
background-color: #C0C103;
}
.BgClassName
{
background-color: #C0C103;
}
</style>
border-color css
<style>
span { border-color: #C0C103; }
span { border-color: rgb(192,193,3); }
td.TdClassName
{
border-color: #C0C103;
}
.TagClassName
{
border-color: #C0C103;
}
</style>