Shades of La Rioja #C4C214
Tints of La Rioja #C4C214
RGB
CMYK
RGB Variations
Color information
#C4C214 (or 0xC4C214) is known color: La Rioja. HEX triplet: C4, C2 and 14. RGB value is (196,194,20). Sum of RGB (Red+Green+Blue) = 196+194+20=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C214 is #3B3DEB. Grayscale: #AFAFAF. Windows color (decimal): -3882476 or 1360580. OLE color: 1360580.
HSL color Cylindrical-coordinate representation of color #C4C214: hue angle of 59.32º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4C214 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 20 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.23 |
| HSL | 59.32º | 0.81% | 0.42% | - |
| HSV(B) | 59.32º | 0.9% | 0.77% | - |
| XYZ | 42.18 | 50.37 | 8.16 | - |
| YUV | 174.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 20 | 0 | 0.01 | 0.90 | 0.23 | 59.32 | 0.81 | 0.42 |
| Hex | C4 | C2 | 14 | 0 | 1 | 5A | 17 | 3B | 51 | 2A |
| Octal | 304 | 302 | 24 | 0 | 1 | 132 | 27 | 73 | 121 | 52 |
| Binary | 11000100 | 11000010 | 10100 | 0 | 1 | 1011010 | 10111 | 111011 | 1010001 | 101010 |
Color Harmonies of #C4C214
Complementary color
Monochromatic Colors of #C4C214
Black with #C4C214
Text Example
Text Example
White with #C4C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C214; }
p { color: rgb(196,194,20); }
H1.HeaderClassName
{
color: #C4C214;
}
.AnyTagClassName
{
color: #C4C214;
}
</style>
background-color css
<style>
a { background-color: #C4C214; }
a { background-color: rgb(196,194,20); }
div.DivClassName
{
background-color: #C4C214;
}
.BgClassName
{
background-color: #C4C214;
}
</style>
border-color css
<style>
span { border-color: #C4C214; }
span { border-color: rgb(196,194,20); }
td.TdClassName
{
border-color: #C4C214;
}
.TagClassName
{
border-color: #C4C214;
}
</style>