Shades of La Rioja #C2CF0F
Tints of La Rioja #C2CF0F
RGB
CMYK
RGB Variations
Color information
#C2CF0F (or 0xC2CF0F) is known color: La Rioja. HEX triplet: C2, CF and 0F. RGB value is (194,207,15). Sum of RGB (Red+Green+Blue) = 194+207+15=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CF0F is #3D30F0. Grayscale: #B5B5B5. Windows color (decimal): -4010225 or 1036226. OLE color: 1036226.
HSL color Cylindrical-coordinate representation of color #C2CF0F: hue angle of 64.06º 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 #C2CF0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.19 |
| HSL | 64.06º | 0.86% | 0.44% | - |
| HSV(B) | 64.06º | 0.93% | 0.81% | - |
| XYZ | 44.65 | 56.13 | 8.93 | - |
| YUV | 181.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 15 | 0.06 | 0 | 0.93 | 0.19 | 64.06 | 0.86 | 0.44 |
| Hex | C2 | CF | F | 6 | 0 | 5D | 13 | 40 | 56 | 2C |
| Octal | 302 | 317 | 17 | 6 | 0 | 135 | 23 | 100 | 126 | 54 |
| Binary | 11000010 | 11001111 | 1111 | 110 | 0 | 1011101 | 10011 | 1000000 | 1010110 | 101100 |
Color Harmonies of #C2CF0F
Complementary color
Monochromatic Colors of #C2CF0F
Black with #C2CF0F
Text Example
Text Example
White with #C2CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF0F; }
p { color: rgb(194,207,15); }
H1.HeaderClassName
{
color: #C2CF0F;
}
.AnyTagClassName
{
color: #C2CF0F;
}
</style>
background-color css
<style>
a { background-color: #C2CF0F; }
a { background-color: rgb(194,207,15); }
div.DivClassName
{
background-color: #C2CF0F;
}
.BgClassName
{
background-color: #C2CF0F;
}
</style>
border-color css
<style>
span { border-color: #C2CF0F; }
span { border-color: rgb(194,207,15); }
td.TdClassName
{
border-color: #C2CF0F;
}
.TagClassName
{
border-color: #C2CF0F;
}
</style>