Shades of La Rioja #C5C00F
Tints of La Rioja #C5C00F
RGB
CMYK
RGB Variations
Color information
#C5C00F (or 0xC5C00F) is known color: La Rioja. HEX triplet: C5, C0 and 0F. RGB value is (197,192,15). Sum of RGB (Red+Green+Blue) = 197+192+15=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C00F is #3A3FF0. Grayscale: #AEAEAE. Windows color (decimal): -3817457 or 1032389. OLE color: 1032389.
HSL color Cylindrical-coordinate representation of color #C5C00F: hue angle of 58.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5C00F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 15 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.23 |
| HSL | 58.35º | 0.86% | 0.42% | - |
| HSV(B) | 58.35º | 0.92% | 0.77% | - |
| XYZ | 41.96 | 49.6 | 7.81 | - |
| YUV | 173.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 15 | 0 | 0.03 | 0.92 | 0.23 | 58.35 | 0.86 | 0.42 |
| Hex | C5 | C0 | F | 0 | 3 | 5C | 17 | 3A | 56 | 2A |
| Octal | 305 | 300 | 17 | 0 | 3 | 134 | 27 | 72 | 126 | 52 |
| Binary | 11000101 | 11000000 | 1111 | 0 | 11 | 1011100 | 10111 | 111010 | 1010110 | 101010 |
Color Harmonies of #C5C00F
Complementary color
Monochromatic Colors of #C5C00F
Black with #C5C00F
Text Example
Text Example
White with #C5C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C00F; }
p { color: rgb(197,192,15); }
H1.HeaderClassName
{
color: #C5C00F;
}
.AnyTagClassName
{
color: #C5C00F;
}
</style>
background-color css
<style>
a { background-color: #C5C00F; }
a { background-color: rgb(197,192,15); }
div.DivClassName
{
background-color: #C5C00F;
}
.BgClassName
{
background-color: #C5C00F;
}
</style>
border-color css
<style>
span { border-color: #C5C00F; }
span { border-color: rgb(197,192,15); }
td.TdClassName
{
border-color: #C5C00F;
}
.TagClassName
{
border-color: #C5C00F;
}
</style>