Shades of La Rioja #C7C90C
Tints of La Rioja #C7C90C
RGB
CMYK
RGB Variations
Color information
#C7C90C (or 0xC7C90C) is known color: La Rioja. HEX triplet: C7, C9 and 0C. RGB value is (199,201,12). Sum of RGB (Red+Green+Blue) = 199+201+12=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C90C is #3836F3. Grayscale: #B3B3B3. Windows color (decimal): -3684084 or 838087. OLE color: 838087.
HSL color Cylindrical-coordinate representation of color #C7C90C: hue angle of 60.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7C90C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.21 |
| HSL | 60.63º | 0.89% | 0.42% | - |
| HSV(B) | 60.63º | 0.94% | 0.79% | - |
| XYZ | 44.51 | 53.94 | 8.41 | - |
| YUV | 178.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 12 | 0.01 | 0 | 0.94 | 0.21 | 60.63 | 0.89 | 0.42 |
| Hex | C7 | C9 | C | 1 | 0 | 5E | 15 | 3D | 59 | 2A |
| Octal | 307 | 311 | 14 | 1 | 0 | 136 | 25 | 75 | 131 | 52 |
| Binary | 11000111 | 11001001 | 1100 | 1 | 0 | 1011110 | 10101 | 111101 | 1011001 | 101010 |
Color Harmonies of #C7C90C
Complementary color
Monochromatic Colors of #C7C90C
Black with #C7C90C
Text Example
Text Example
White with #C7C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C90C; }
p { color: rgb(199,201,12); }
H1.HeaderClassName
{
color: #C7C90C;
}
.AnyTagClassName
{
color: #C7C90C;
}
</style>
background-color css
<style>
a { background-color: #C7C90C; }
a { background-color: rgb(199,201,12); }
div.DivClassName
{
background-color: #C7C90C;
}
.BgClassName
{
background-color: #C7C90C;
}
</style>
border-color css
<style>
span { border-color: #C7C90C; }
span { border-color: rgb(199,201,12); }
td.TdClassName
{
border-color: #C7C90C;
}
.TagClassName
{
border-color: #C7C90C;
}
</style>