Shades of La Rioja #C0CF08
Tints of La Rioja #C0CF08
RGB
CMYK
RGB Variations
Color information
#C0CF08 (or 0xC0CF08) is known color: La Rioja. HEX triplet: C0, CF and 08. RGB value is (192,207,8). Sum of RGB (Red+Green+Blue) = 192+207+8=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CF08 is #3F30F7. Grayscale: #B4B4B4. Windows color (decimal): -4141304 or 577472. OLE color: 577472.
HSL color Cylindrical-coordinate representation of color #C0CF08: hue angle of 64.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0CF08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.19 |
| HSL | 64.52º | 0.93% | 0.42% | - |
| HSV(B) | 64.52º | 0.96% | 0.81% | - |
| XYZ | 44.09 | 55.85 | 8.69 | - |
| YUV | 179.83 | 31.03 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 8 | 0.07 | 0 | 0.96 | 0.19 | 64.52 | 0.93 | 0.42 |
| Hex | C0 | CF | 8 | 7 | 0 | 60 | 13 | 41 | 5D | 2A |
| Octal | 300 | 317 | 10 | 7 | 0 | 140 | 23 | 101 | 135 | 52 |
| Binary | 11000000 | 11001111 | 1000 | 111 | 0 | 1100000 | 10011 | 1000001 | 1011101 | 101010 |
Color Harmonies of #C0CF08
Complementary color
Monochromatic Colors of #C0CF08
Black with #C0CF08
Text Example
Text Example
White with #C0CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF08; }
p { color: rgb(192,207,8); }
H1.HeaderClassName
{
color: #C0CF08;
}
.AnyTagClassName
{
color: #C0CF08;
}
</style>
background-color css
<style>
a { background-color: #C0CF08; }
a { background-color: rgb(192,207,8); }
div.DivClassName
{
background-color: #C0CF08;
}
.BgClassName
{
background-color: #C0CF08;
}
</style>
border-color css
<style>
span { border-color: #C0CF08; }
span { border-color: rgb(192,207,8); }
td.TdClassName
{
border-color: #C0CF08;
}
.TagClassName
{
border-color: #C0CF08;
}
</style>