Shades of La Rioja #C0C40F
Tints of La Rioja #C0C40F
RGB
CMYK
RGB Variations
Color information
#C0C40F (or 0xC0C40F) is known color: La Rioja. HEX triplet: C0, C4 and 0F. RGB value is (192,196,15). Sum of RGB (Red+Green+Blue) = 192+196+15=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C40F is #3F3BF0. Grayscale: #AEAEAE. Windows color (decimal): -4144113 or 1033408. OLE color: 1033408.
HSL color Cylindrical-coordinate representation of color #C0C40F: hue angle of 61.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0C40F is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 15 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.23 |
| HSL | 61.33º | 0.86% | 0.41% | - |
| HSV(B) | 61.33º | 0.92% | 0.77% | - |
| XYZ | 41.56 | 50.72 | 8.05 | - |
| YUV | 174.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 15 | 0.02 | 0 | 0.92 | 0.23 | 61.33 | 0.86 | 0.41 |
| Hex | C0 | C4 | F | 2 | 0 | 5C | 17 | 3D | 56 | 29 |
| Octal | 300 | 304 | 17 | 2 | 0 | 134 | 27 | 75 | 126 | 51 |
| Binary | 11000000 | 11000100 | 1111 | 10 | 0 | 1011100 | 10111 | 111101 | 1010110 | 101001 |
Color Harmonies of #C0C40F
Complementary color
Monochromatic Colors of #C0C40F
Black with #C0C40F
Text Example
Text Example
White with #C0C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C40F; }
p { color: rgb(192,196,15); }
H1.HeaderClassName
{
color: #C0C40F;
}
.AnyTagClassName
{
color: #C0C40F;
}
</style>
background-color css
<style>
a { background-color: #C0C40F; }
a { background-color: rgb(192,196,15); }
div.DivClassName
{
background-color: #C0C40F;
}
.BgClassName
{
background-color: #C0C40F;
}
</style>
border-color css
<style>
span { border-color: #C0C40F; }
span { border-color: rgb(192,196,15); }
td.TdClassName
{
border-color: #C0C40F;
}
.TagClassName
{
border-color: #C0C40F;
}
</style>