Shades of La Rioja #C0CF0F
Tints of La Rioja #C0CF0F
RGB
CMYK
RGB Variations
Color information
#C0CF0F (or 0xC0CF0F) is known color: La Rioja. HEX triplet: C0, CF and 0F. RGB value is (192,207,15). Sum of RGB (Red+Green+Blue) = 192+207+15=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CF0F is #3F30F0. Grayscale: #B5B5B5. Windows color (decimal): -4141297 or 1036224. OLE color: 1036224.
HSL color Cylindrical-coordinate representation of color #C0CF0F: hue angle of 64.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0CF0F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.19 |
| HSL | 64.69º | 0.86% | 0.44% | - |
| HSV(B) | 64.69º | 0.93% | 0.81% | - |
| XYZ | 44.14 | 55.87 | 8.91 | - |
| YUV | 180.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 15 | 0.07 | 0 | 0.93 | 0.19 | 64.69 | 0.86 | 0.44 |
| Hex | C0 | CF | F | 7 | 0 | 5D | 13 | 41 | 56 | 2C |
| Octal | 300 | 317 | 17 | 7 | 0 | 135 | 23 | 101 | 126 | 54 |
| Binary | 11000000 | 11001111 | 1111 | 111 | 0 | 1011101 | 10011 | 1000001 | 1010110 | 101100 |
Color Harmonies of #C0CF0F
Complementary color
Monochromatic Colors of #C0CF0F
Black with #C0CF0F
Text Example
Text Example
White with #C0CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF0F; }
p { color: rgb(192,207,15); }
H1.HeaderClassName
{
color: #C0CF0F;
}
.AnyTagClassName
{
color: #C0CF0F;
}
</style>
background-color css
<style>
a { background-color: #C0CF0F; }
a { background-color: rgb(192,207,15); }
div.DivClassName
{
background-color: #C0CF0F;
}
.BgClassName
{
background-color: #C0CF0F;
}
</style>
border-color css
<style>
span { border-color: #C0CF0F; }
span { border-color: rgb(192,207,15); }
td.TdClassName
{
border-color: #C0CF0F;
}
.TagClassName
{
border-color: #C0CF0F;
}
</style>