Shades of La Rioja #C5C200
Tints of La Rioja #C5C200
RGB
CMYK
RGB Variations
Color information
#C5C200 (or 0xC5C200) is known color: La Rioja. HEX triplet: C5, C2 and 00. RGB value is (197,194,0). Sum of RGB (Red+Green+Blue) = 197+194+0=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C200 is #3A3DFF. Grayscale: #ADADAD. Windows color (decimal): -3816960 or 49861. OLE color: 49861.
HSL color Cylindrical-coordinate representation of color #C5C200: hue angle of 59.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5C200 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.23 |
| HSL | 59.09º | 1% | 0.39% | - |
| HSV(B) | 59.09º | 1% | 0.77% | - |
| XYZ | 42.32 | 50.45 | 7.51 | - |
| YUV | 172.78 | 30.49 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 0 | 0 | 0.02 | 1 | 0.23 | 59.09 | 1 | 0.39 |
| Hex | C5 | C2 | 0 | 0 | 2 | 64 | 17 | 3B | 64 | 27 |
| Octal | 305 | 302 | 0 | 0 | 2 | 144 | 27 | 73 | 144 | 47 |
| Binary | 11000101 | 11000010 | 0 | 0 | 10 | 1100100 | 10111 | 111011 | 1100100 | 100111 |
Color Harmonies of #C5C200
Complementary color
Monochromatic Colors of #C5C200
Black with #C5C200
Text Example
Text Example
White with #C5C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C200; }
p { color: rgb(197,194,0); }
H1.HeaderClassName
{
color: #C5C200;
}
.AnyTagClassName
{
color: #C5C200;
}
</style>
background-color css
<style>
a { background-color: #C5C200; }
a { background-color: rgb(197,194,0); }
div.DivClassName
{
background-color: #C5C200;
}
.BgClassName
{
background-color: #C5C200;
}
</style>
border-color css
<style>
span { border-color: #C5C200; }
span { border-color: rgb(197,194,0); }
td.TdClassName
{
border-color: #C5C200;
}
.TagClassName
{
border-color: #C5C200;
}
</style>