Shades of La Rioja #C4C201
Tints of La Rioja #C4C201
RGB
CMYK
RGB Variations
Color information
#C4C201 (or 0xC4C201) is known color: La Rioja. HEX triplet: C4, C2 and 01. RGB value is (196,194,1). Sum of RGB (Red+Green+Blue) = 196+194+1=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C201 is #3B3DFE. Grayscale: #ADADAD. Windows color (decimal): -3882495 or 115396. OLE color: 115396.
HSL color Cylindrical-coordinate representation of color #C4C201: hue angle of 59.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4C201 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.23 |
| HSL | 59.38º | 0.99% | 0.39% | - |
| HSV(B) | 59.38º | 0.99% | 0.77% | - |
| XYZ | 42.06 | 50.32 | 7.52 | - |
| YUV | 172.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 1 | 0 | 0.01 | 0.99 | 0.23 | 59.38 | 0.99 | 0.39 |
| Hex | C4 | C2 | 1 | 0 | 1 | 63 | 17 | 3B | 63 | 27 |
| Octal | 304 | 302 | 1 | 0 | 1 | 143 | 27 | 73 | 143 | 47 |
| Binary | 11000100 | 11000010 | 1 | 0 | 1 | 1100011 | 10111 | 111011 | 1100011 | 100111 |
Color Harmonies of #C4C201
Complementary color
Monochromatic Colors of #C4C201
Black with #C4C201
Text Example
Text Example
White with #C4C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C201; }
p { color: rgb(196,194,1); }
H1.HeaderClassName
{
color: #C4C201;
}
.AnyTagClassName
{
color: #C4C201;
}
</style>
background-color css
<style>
a { background-color: #C4C201; }
a { background-color: rgb(196,194,1); }
div.DivClassName
{
background-color: #C4C201;
}
.BgClassName
{
background-color: #C4C201;
}
</style>
border-color css
<style>
span { border-color: #C4C201; }
span { border-color: rgb(196,194,1); }
td.TdClassName
{
border-color: #C4C201;
}
.TagClassName
{
border-color: #C4C201;
}
</style>