Shades of La Rioja #C0C700
Tints of La Rioja #C0C700
RGB
CMYK
RGB Variations
Color information
#C0C700 (or 0xC0C700) is known color: La Rioja. HEX triplet: C0, C7 and 00. RGB value is (192,199,0). Sum of RGB (Red+Green+Blue) = 192+199+0=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C700 is #3F38FF. Grayscale: #AFAFAF. Windows color (decimal): -4143360 or 51136. OLE color: 51136.
HSL color Cylindrical-coordinate representation of color #C0C700: hue angle of 62.11º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0C700 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.22 |
| HSL | 62.11º | 1% | 0.39% | - |
| HSV(B) | 62.11º | 1% | 0.78% | - |
| XYZ | 42.16 | 52.05 | 7.83 | - |
| YUV | 174.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 0 | 0.04 | 0 | 1 | 0.22 | 62.11 | 1 | 0.39 |
| Hex | C0 | C7 | 0 | 4 | 0 | 64 | 16 | 3E | 64 | 27 |
| Octal | 300 | 307 | 0 | 4 | 0 | 144 | 26 | 76 | 144 | 47 |
| Binary | 11000000 | 11000111 | 0 | 100 | 0 | 1100100 | 10110 | 111110 | 1100100 | 100111 |
Color Harmonies of #C0C700
Complementary color
Monochromatic Colors of #C0C700
Black with #C0C700
Text Example
Text Example
White with #C0C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C700; }
p { color: rgb(192,199,0); }
H1.HeaderClassName
{
color: #C0C700;
}
.AnyTagClassName
{
color: #C0C700;
}
</style>
background-color css
<style>
a { background-color: #C0C700; }
a { background-color: rgb(192,199,0); }
div.DivClassName
{
background-color: #C0C700;
}
.BgClassName
{
background-color: #C0C700;
}
</style>
border-color css
<style>
span { border-color: #C0C700; }
span { border-color: rgb(192,199,0); }
td.TdClassName
{
border-color: #C0C700;
}
.TagClassName
{
border-color: #C0C700;
}
</style>