Shades of La Rioja #C0C906
Tints of La Rioja #C0C906
RGB
CMYK
RGB Variations
Color information
#C0C906 (or 0xC0C906) is known color: La Rioja. HEX triplet: C0, C9 and 06. RGB value is (192,201,6). Sum of RGB (Red+Green+Blue) = 192+201+6=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C906 is #3F36F9. Grayscale: #B0B0B0. Windows color (decimal): -4142842 or 444864. OLE color: 444864.
HSL color Cylindrical-coordinate representation of color #C0C906: hue angle of 62.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0C906 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.21 |
| HSL | 62.77º | 0.94% | 0.41% | - |
| HSV(B) | 62.77º | 0.97% | 0.79% | - |
| XYZ | 42.66 | 52.99 | 8.15 | - |
| YUV | 176.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 6 | 0.04 | 0 | 0.97 | 0.21 | 62.77 | 0.94 | 0.41 |
| Hex | C0 | C9 | 6 | 4 | 0 | 61 | 15 | 3F | 5E | 29 |
| Octal | 300 | 311 | 6 | 4 | 0 | 141 | 25 | 77 | 136 | 51 |
| Binary | 11000000 | 11001001 | 110 | 100 | 0 | 1100001 | 10101 | 111111 | 1011110 | 101001 |
Color Harmonies of #C0C906
Complementary color
Monochromatic Colors of #C0C906
Black with #C0C906
Text Example
Text Example
White with #C0C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C906; }
p { color: rgb(192,201,6); }
H1.HeaderClassName
{
color: #C0C906;
}
.AnyTagClassName
{
color: #C0C906;
}
</style>
background-color css
<style>
a { background-color: #C0C906; }
a { background-color: rgb(192,201,6); }
div.DivClassName
{
background-color: #C0C906;
}
.BgClassName
{
background-color: #C0C906;
}
</style>
border-color css
<style>
span { border-color: #C0C906; }
span { border-color: rgb(192,201,6); }
td.TdClassName
{
border-color: #C0C906;
}
.TagClassName
{
border-color: #C0C906;
}
</style>