Shades of La Rioja #C2C90F
Tints of La Rioja #C2C90F
RGB
CMYK
RGB Variations
Color information
#C2C90F (or 0xC2C90F) is known color: La Rioja. HEX triplet: C2, C9 and 0F. RGB value is (194,201,15). Sum of RGB (Red+Green+Blue) = 194+201+15=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C90F is #3D36F0. Grayscale: #B2B2B2. Windows color (decimal): -4011761 or 1034690. OLE color: 1034690.
HSL color Cylindrical-coordinate representation of color #C2C90F: hue angle of 62.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2C90F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 15 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.21 |
| HSL | 62.26º | 0.86% | 0.42% | - |
| HSV(B) | 62.26º | 0.93% | 0.79% | - |
| XYZ | 43.22 | 53.28 | 8.46 | - |
| YUV | 177.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 15 | 0.03 | 0 | 0.93 | 0.21 | 62.26 | 0.86 | 0.42 |
| Hex | C2 | C9 | F | 3 | 0 | 5D | 15 | 3E | 56 | 2A |
| Octal | 302 | 311 | 17 | 3 | 0 | 135 | 25 | 76 | 126 | 52 |
| Binary | 11000010 | 11001001 | 1111 | 11 | 0 | 1011101 | 10101 | 111110 | 1010110 | 101010 |
Color Harmonies of #C2C90F
Complementary color
Monochromatic Colors of #C2C90F
Black with #C2C90F
Text Example
Text Example
White with #C2C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C90F; }
p { color: rgb(194,201,15); }
H1.HeaderClassName
{
color: #C2C90F;
}
.AnyTagClassName
{
color: #C2C90F;
}
</style>
background-color css
<style>
a { background-color: #C2C90F; }
a { background-color: rgb(194,201,15); }
div.DivClassName
{
background-color: #C2C90F;
}
.BgClassName
{
background-color: #C2C90F;
}
</style>
border-color css
<style>
span { border-color: #C2C90F; }
span { border-color: rgb(194,201,15); }
td.TdClassName
{
border-color: #C2C90F;
}
.TagClassName
{
border-color: #C2C90F;
}
</style>