Shades of La Rioja #C4C50B
Tints of La Rioja #C4C50B
RGB
CMYK
RGB Variations
Color information
#C4C50B (or 0xC4C50B) is known color: La Rioja. HEX triplet: C4, C5 and 0B. RGB value is (196,197,11). Sum of RGB (Red+Green+Blue) = 196+197+11=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C50B is #3B3AF4. Grayscale: #B0B0B0. Windows color (decimal): -3881717 or 771524. OLE color: 771524.
HSL color Cylindrical-coordinate representation of color #C4C50B: hue angle of 60.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4C50B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.23 |
| HSL | 60.32º | 0.89% | 0.41% | - |
| HSV(B) | 60.32º | 0.94% | 0.77% | - |
| XYZ | 42.79 | 51.69 | 8.04 | - |
| YUV | 175.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 11 | 0.01 | 0 | 0.94 | 0.23 | 60.32 | 0.89 | 0.41 |
| Hex | C4 | C5 | B | 1 | 0 | 5E | 17 | 3C | 59 | 29 |
| Octal | 304 | 305 | 13 | 1 | 0 | 136 | 27 | 74 | 131 | 51 |
| Binary | 11000100 | 11000101 | 1011 | 1 | 0 | 1011110 | 10111 | 111100 | 1011001 | 101001 |
Color Harmonies of #C4C50B
Complementary color
Monochromatic Colors of #C4C50B
Black with #C4C50B
Text Example
Text Example
White with #C4C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C50B; }
p { color: rgb(196,197,11); }
H1.HeaderClassName
{
color: #C4C50B;
}
.AnyTagClassName
{
color: #C4C50B;
}
</style>
background-color css
<style>
a { background-color: #C4C50B; }
a { background-color: rgb(196,197,11); }
div.DivClassName
{
background-color: #C4C50B;
}
.BgClassName
{
background-color: #C4C50B;
}
</style>
border-color css
<style>
span { border-color: #C4C50B; }
span { border-color: rgb(196,197,11); }
td.TdClassName
{
border-color: #C4C50B;
}
.TagClassName
{
border-color: #C4C50B;
}
</style>