Shades of La Rioja #C7C90B
Tints of La Rioja #C7C90B
RGB
CMYK
RGB Variations
Color information
#C7C90B (or 0xC7C90B) is known color: La Rioja. HEX triplet: C7, C9 and 0B. RGB value is (199,201,11). Sum of RGB (Red+Green+Blue) = 199+201+11=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C90B is #3836F4. Grayscale: #B3B3B3. Windows color (decimal): -3684085 or 772551. OLE color: 772551.
HSL color Cylindrical-coordinate representation of color #C7C90B: hue angle of 60.63º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7C90B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.21 |
| HSL | 60.63º | 0.9% | 0.42% | - |
| HSV(B) | 60.63º | 0.95% | 0.79% | - |
| XYZ | 44.5 | 53.94 | 8.38 | - |
| YUV | 178.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 11 | 0.01 | 0 | 0.95 | 0.21 | 60.63 | 0.9 | 0.42 |
| Hex | C7 | C9 | B | 1 | 0 | 5F | 15 | 3D | 5A | 2A |
| Octal | 307 | 311 | 13 | 1 | 0 | 137 | 25 | 75 | 132 | 52 |
| Binary | 11000111 | 11001001 | 1011 | 1 | 0 | 1011111 | 10101 | 111101 | 1011010 | 101010 |
Color Harmonies of #C7C90B
Complementary color
Monochromatic Colors of #C7C90B
Black with #C7C90B
Text Example
Text Example
White with #C7C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C90B; }
p { color: rgb(199,201,11); }
H1.HeaderClassName
{
color: #C7C90B;
}
.AnyTagClassName
{
color: #C7C90B;
}
</style>
background-color css
<style>
a { background-color: #C7C90B; }
a { background-color: rgb(199,201,11); }
div.DivClassName
{
background-color: #C7C90B;
}
.BgClassName
{
background-color: #C7C90B;
}
</style>
border-color css
<style>
span { border-color: #C7C90B; }
span { border-color: rgb(199,201,11); }
td.TdClassName
{
border-color: #C7C90B;
}
.TagClassName
{
border-color: #C7C90B;
}
</style>