Shades of La Rioja #C5C805
Tints of La Rioja #C5C805
RGB
CMYK
RGB Variations
Color information
#C5C805 (or 0xC5C805) is known color: La Rioja. HEX triplet: C5, C8 and 05. RGB value is (197,200,5). Sum of RGB (Red+Green+Blue) = 197+200+5=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C805 is #3A37FA. Grayscale: #B1B1B1. Windows color (decimal): -3815419 or 379077. OLE color: 379077.
HSL color Cylindrical-coordinate representation of color #C5C805: hue angle of 60.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5C805 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 5 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.22 |
| HSL | 60.92º | 0.95% | 0.4% | - |
| HSV(B) | 60.92º | 0.98% | 0.78% | - |
| XYZ | 43.71 | 53.19 | 8.11 | - |
| YUV | 176.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 5 | 0.02 | 0 | 0.98 | 0.22 | 60.92 | 0.95 | 0.4 |
| Hex | C5 | C8 | 5 | 2 | 0 | 62 | 16 | 3D | 5F | 28 |
| Octal | 305 | 310 | 5 | 2 | 0 | 142 | 26 | 75 | 137 | 50 |
| Binary | 11000101 | 11001000 | 101 | 10 | 0 | 1100010 | 10110 | 111101 | 1011111 | 101000 |
Color Harmonies of #C5C805
Complementary color
Monochromatic Colors of #C5C805
Black with #C5C805
Text Example
Text Example
White with #C5C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C805; }
p { color: rgb(197,200,5); }
H1.HeaderClassName
{
color: #C5C805;
}
.AnyTagClassName
{
color: #C5C805;
}
</style>
background-color css
<style>
a { background-color: #C5C805; }
a { background-color: rgb(197,200,5); }
div.DivClassName
{
background-color: #C5C805;
}
.BgClassName
{
background-color: #C5C805;
}
</style>
border-color css
<style>
span { border-color: #C5C805; }
span { border-color: rgb(197,200,5); }
td.TdClassName
{
border-color: #C5C805;
}
.TagClassName
{
border-color: #C5C805;
}
</style>