Shades of La Rioja #C0CF04
Tints of La Rioja #C0CF04
RGB
CMYK
RGB Variations
Color information
#C0CF04 (or 0xC0CF04) is known color: La Rioja. HEX triplet: C0, CF and 04. RGB value is (192,207,4). Sum of RGB (Red+Green+Blue) = 192+207+4=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CF04 is #3F30FB. Grayscale: #B4B4B4. Windows color (decimal): -4141308 or 315328. OLE color: 315328.
HSL color Cylindrical-coordinate representation of color #C0CF04: hue angle of 64.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0CF04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.19 |
| HSL | 64.43º | 0.96% | 0.41% | - |
| HSV(B) | 64.43º | 0.98% | 0.81% | - |
| XYZ | 44.07 | 55.84 | 8.57 | - |
| YUV | 179.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 4 | 0.07 | 0 | 0.98 | 0.19 | 64.43 | 0.96 | 0.41 |
| Hex | C0 | CF | 4 | 7 | 0 | 62 | 13 | 40 | 60 | 29 |
| Octal | 300 | 317 | 4 | 7 | 0 | 142 | 23 | 100 | 140 | 51 |
| Binary | 11000000 | 11001111 | 100 | 111 | 0 | 1100010 | 10011 | 1000000 | 1100000 | 101001 |
Color Harmonies of #C0CF04
Complementary color
Monochromatic Colors of #C0CF04
Black with #C0CF04
Text Example
Text Example
White with #C0CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF04; }
p { color: rgb(192,207,4); }
H1.HeaderClassName
{
color: #C0CF04;
}
.AnyTagClassName
{
color: #C0CF04;
}
</style>
background-color css
<style>
a { background-color: #C0CF04; }
a { background-color: rgb(192,207,4); }
div.DivClassName
{
background-color: #C0CF04;
}
.BgClassName
{
background-color: #C0CF04;
}
</style>
border-color css
<style>
span { border-color: #C0CF04; }
span { border-color: rgb(192,207,4); }
td.TdClassName
{
border-color: #C0CF04;
}
.TagClassName
{
border-color: #C0CF04;
}
</style>