Shades of La Rioja #C5C810
Tints of La Rioja #C5C810
RGB
CMYK
RGB Variations
Color information
#C5C810 (or 0xC5C810) is known color: La Rioja. HEX triplet: C5, C8 and 10. RGB value is (197,200,16). Sum of RGB (Red+Green+Blue) = 197+200+16=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C810 is #3A37EF. Grayscale: #B2B2B2. Windows color (decimal): -3815408 or 1099973. OLE color: 1099973.
HSL color Cylindrical-coordinate representation of color #C5C810: hue angle of 60.98º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5C810 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.22 |
| HSL | 60.98º | 0.85% | 0.42% | - |
| HSV(B) | 60.98º | 0.92% | 0.78% | - |
| XYZ | 43.77 | 53.22 | 8.45 | - |
| YUV | 178.13 | 36.51 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 16 | 0.02 | 0 | 0.92 | 0.22 | 60.98 | 0.85 | 0.42 |
| Hex | C5 | C8 | 10 | 2 | 0 | 5C | 16 | 3D | 55 | 2A |
| Octal | 305 | 310 | 20 | 2 | 0 | 134 | 26 | 75 | 125 | 52 |
| Binary | 11000101 | 11001000 | 10000 | 10 | 0 | 1011100 | 10110 | 111101 | 1010101 | 101010 |
Color Harmonies of #C5C810
Complementary color
Monochromatic Colors of #C5C810
Black with #C5C810
Text Example
Text Example
White with #C5C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C810; }
p { color: rgb(197,200,16); }
H1.HeaderClassName
{
color: #C5C810;
}
.AnyTagClassName
{
color: #C5C810;
}
</style>
background-color css
<style>
a { background-color: #C5C810; }
a { background-color: rgb(197,200,16); }
div.DivClassName
{
background-color: #C5C810;
}
.BgClassName
{
background-color: #C5C810;
}
</style>
border-color css
<style>
span { border-color: #C5C810; }
span { border-color: rgb(197,200,16); }
td.TdClassName
{
border-color: #C5C810;
}
.TagClassName
{
border-color: #C5C810;
}
</style>