Shades of La Rioja #C4C20C
Tints of La Rioja #C4C20C
RGB
CMYK
RGB Variations
Color information
#C4C20C (or 0xC4C20C) is known color: La Rioja. HEX triplet: C4, C2 and 0C. RGB value is (196,194,12). Sum of RGB (Red+Green+Blue) = 196+194+12=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C20C is #3B3DF3. Grayscale: #AEAEAE. Windows color (decimal): -3882484 or 836292. OLE color: 836292.
HSL color Cylindrical-coordinate representation of color #C4C20C: hue angle of 59.35º degrees, saturation: 0.88, 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 #C4C20C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.23 |
| HSL | 59.35º | 0.88% | 0.41% | - |
| HSV(B) | 59.35º | 0.94% | 0.77% | - |
| XYZ | 42.12 | 50.35 | 7.85 | - |
| YUV | 173.85 | 36.66 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 12 | 0 | 0.01 | 0.94 | 0.23 | 59.35 | 0.88 | 0.41 |
| Hex | C4 | C2 | C | 0 | 1 | 5E | 17 | 3B | 58 | 29 |
| Octal | 304 | 302 | 14 | 0 | 1 | 136 | 27 | 73 | 130 | 51 |
| Binary | 11000100 | 11000010 | 1100 | 0 | 1 | 1011110 | 10111 | 111011 | 1011000 | 101001 |
Color Harmonies of #C4C20C
Complementary color
Monochromatic Colors of #C4C20C
Black with #C4C20C
Text Example
Text Example
White with #C4C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C20C; }
p { color: rgb(196,194,12); }
H1.HeaderClassName
{
color: #C4C20C;
}
.AnyTagClassName
{
color: #C4C20C;
}
</style>
background-color css
<style>
a { background-color: #C4C20C; }
a { background-color: rgb(196,194,12); }
div.DivClassName
{
background-color: #C4C20C;
}
.BgClassName
{
background-color: #C4C20C;
}
</style>
border-color css
<style>
span { border-color: #C4C20C; }
span { border-color: rgb(196,194,12); }
td.TdClassName
{
border-color: #C4C20C;
}
.TagClassName
{
border-color: #C4C20C;
}
</style>