Shades of La Rioja #C0CF02
Tints of La Rioja #C0CF02
RGB
CMYK
RGB Variations
Color information
#C0CF02 (or 0xC0CF02) is known color: La Rioja. HEX triplet: C0, CF and 02. RGB value is (192,207,2). Sum of RGB (Red+Green+Blue) = 192+207+2=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CF02 is #3F30FD. Grayscale: #B3B3B3. Windows color (decimal): -4141310 or 184256. OLE color: 184256.
HSL color Cylindrical-coordinate representation of color #C0CF02: hue angle of 64.39º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0CF02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.19 |
| HSL | 64.39º | 0.98% | 0.41% | - |
| HSV(B) | 64.39º | 0.99% | 0.81% | - |
| XYZ | 44.06 | 55.84 | 8.51 | - |
| YUV | 179.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 2 | 0.07 | 0 | 0.99 | 0.19 | 64.39 | 0.98 | 0.41 |
| Hex | C0 | CF | 2 | 7 | 0 | 63 | 13 | 40 | 62 | 29 |
| Octal | 300 | 317 | 2 | 7 | 0 | 143 | 23 | 100 | 142 | 51 |
| Binary | 11000000 | 11001111 | 10 | 111 | 0 | 1100011 | 10011 | 1000000 | 1100010 | 101001 |
Color Harmonies of #C0CF02
Complementary color
Monochromatic Colors of #C0CF02
Black with #C0CF02
Text Example
Text Example
White with #C0CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF02; }
p { color: rgb(192,207,2); }
H1.HeaderClassName
{
color: #C0CF02;
}
.AnyTagClassName
{
color: #C0CF02;
}
</style>
background-color css
<style>
a { background-color: #C0CF02; }
a { background-color: rgb(192,207,2); }
div.DivClassName
{
background-color: #C0CF02;
}
.BgClassName
{
background-color: #C0CF02;
}
</style>
border-color css
<style>
span { border-color: #C0CF02; }
span { border-color: rgb(192,207,2); }
td.TdClassName
{
border-color: #C0CF02;
}
.TagClassName
{
border-color: #C0CF02;
}
</style>