Shades of La Rioja #C0CA0F
Tints of La Rioja #C0CA0F
RGB
CMYK
RGB Variations
Color information
#C0CA0F (or 0xC0CA0F) is known color: La Rioja. HEX triplet: C0, CA and 0F. RGB value is (192,202,15). Sum of RGB (Red+Green+Blue) = 192+202+15=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CA0F is #3F35F0. Grayscale: #B2B2B2. Windows color (decimal): -4142577 or 1034944. OLE color: 1034944.
HSL color Cylindrical-coordinate representation of color #C0CA0F: hue angle of 63.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0CA0F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.21 |
| HSL | 63.21º | 0.86% | 0.43% | - |
| HSV(B) | 63.21º | 0.93% | 0.79% | - |
| XYZ | 42.94 | 53.48 | 8.51 | - |
| YUV | 177.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 15 | 0.05 | 0 | 0.93 | 0.21 | 63.21 | 0.86 | 0.43 |
| Hex | C0 | CA | F | 5 | 0 | 5D | 15 | 3F | 56 | 2B |
| Octal | 300 | 312 | 17 | 5 | 0 | 135 | 25 | 77 | 126 | 53 |
| Binary | 11000000 | 11001010 | 1111 | 101 | 0 | 1011101 | 10101 | 111111 | 1010110 | 101011 |
Color Harmonies of #C0CA0F
Complementary color
Monochromatic Colors of #C0CA0F
Black with #C0CA0F
Text Example
Text Example
White with #C0CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA0F; }
p { color: rgb(192,202,15); }
H1.HeaderClassName
{
color: #C0CA0F;
}
.AnyTagClassName
{
color: #C0CA0F;
}
</style>
background-color css
<style>
a { background-color: #C0CA0F; }
a { background-color: rgb(192,202,15); }
div.DivClassName
{
background-color: #C0CA0F;
}
.BgClassName
{
background-color: #C0CA0F;
}
</style>
border-color css
<style>
span { border-color: #C0CA0F; }
span { border-color: rgb(192,202,15); }
td.TdClassName
{
border-color: #C0CA0F;
}
.TagClassName
{
border-color: #C0CA0F;
}
</style>