Shades of La Rioja #C0C316
Tints of La Rioja #C0C316
RGB
CMYK
RGB Variations
Color information
#C0C316 (or 0xC0C316) is known color: La Rioja. HEX triplet: C0, C3 and 16. RGB value is (192,195,22). Sum of RGB (Red+Green+Blue) = 192+195+22=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C316 is #3F3CE9. Grayscale: #AFAFAF. Windows color (decimal): -4144362 or 1491904. OLE color: 1491904.
HSL color Cylindrical-coordinate representation of color #C0C316: hue angle of 61.04º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0C316 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 22 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.24 |
| HSL | 61.04º | 0.8% | 0.43% | - |
| HSV(B) | 61.04º | 0.89% | 0.76% | - |
| XYZ | 41.4 | 50.29 | 8.28 | - |
| YUV | 174.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 22 | 0.02 | 0 | 0.89 | 0.24 | 61.04 | 0.8 | 0.43 |
| Hex | C0 | C3 | 16 | 2 | 0 | 59 | 18 | 3D | 50 | 2B |
| Octal | 300 | 303 | 26 | 2 | 0 | 131 | 30 | 75 | 120 | 53 |
| Binary | 11000000 | 11000011 | 10110 | 10 | 0 | 1011001 | 11000 | 111101 | 1010000 | 101011 |
Color Harmonies of #C0C316
Complementary color
Monochromatic Colors of #C0C316
Black with #C0C316
Text Example
Text Example
White with #C0C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C316; }
p { color: rgb(192,195,22); }
H1.HeaderClassName
{
color: #C0C316;
}
.AnyTagClassName
{
color: #C0C316;
}
</style>
background-color css
<style>
a { background-color: #C0C316; }
a { background-color: rgb(192,195,22); }
div.DivClassName
{
background-color: #C0C316;
}
.BgClassName
{
background-color: #C0C316;
}
</style>
border-color css
<style>
span { border-color: #C0C316; }
span { border-color: rgb(192,195,22); }
td.TdClassName
{
border-color: #C0C316;
}
.TagClassName
{
border-color: #C0C316;
}
</style>