Shades of La Rioja #C0C905
Tints of La Rioja #C0C905
RGB
CMYK
RGB Variations
Color information
#C0C905 (or 0xC0C905) is known color: La Rioja. HEX triplet: C0, C9 and 05. RGB value is (192,201,5). Sum of RGB (Red+Green+Blue) = 192+201+5=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C905 is #3F36FA. Grayscale: #B0B0B0. Windows color (decimal): -4142843 or 379328. OLE color: 379328.
HSL color Cylindrical-coordinate representation of color #C0C905: hue angle of 62.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0C905 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.21 |
| HSL | 62.76º | 0.95% | 0.4% | - |
| HSV(B) | 62.76º | 0.98% | 0.79% | - |
| XYZ | 42.65 | 52.99 | 8.12 | - |
| YUV | 175.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 5 | 0.04 | 0 | 0.98 | 0.21 | 62.76 | 0.95 | 0.4 |
| Hex | C0 | C9 | 5 | 4 | 0 | 62 | 15 | 3F | 5F | 28 |
| Octal | 300 | 311 | 5 | 4 | 0 | 142 | 25 | 77 | 137 | 50 |
| Binary | 11000000 | 11001001 | 101 | 100 | 0 | 1100010 | 10101 | 111111 | 1011111 | 101000 |
Color Harmonies of #C0C905
Complementary color
Monochromatic Colors of #C0C905
Black with #C0C905
Text Example
Text Example
White with #C0C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C905; }
p { color: rgb(192,201,5); }
H1.HeaderClassName
{
color: #C0C905;
}
.AnyTagClassName
{
color: #C0C905;
}
</style>
background-color css
<style>
a { background-color: #C0C905; }
a { background-color: rgb(192,201,5); }
div.DivClassName
{
background-color: #C0C905;
}
.BgClassName
{
background-color: #C0C905;
}
</style>
border-color css
<style>
span { border-color: #C0C905; }
span { border-color: rgb(192,201,5); }
td.TdClassName
{
border-color: #C0C905;
}
.TagClassName
{
border-color: #C0C905;
}
</style>