Shades of La Rioja #C5C108
Tints of La Rioja #C5C108
RGB
CMYK
RGB Variations
Color information
#C5C108 (or 0xC5C108) is known color: La Rioja. HEX triplet: C5, C1 and 08. RGB value is (197,193,8). Sum of RGB (Red+Green+Blue) = 197+193+8=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C108 is #3A3EF7. Grayscale: #ADADAD. Windows color (decimal): -3817208 or 573893. OLE color: 573893.
HSL color Cylindrical-coordinate representation of color #C5C108: hue angle of 58.73º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5C108 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.23 |
| HSL | 58.73º | 0.92% | 0.4% | - |
| HSV(B) | 58.73º | 0.96% | 0.77% | - |
| XYZ | 42.14 | 50.03 | 7.67 | - |
| YUV | 173.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 8 | 0 | 0.02 | 0.96 | 0.23 | 58.73 | 0.92 | 0.4 |
| Hex | C5 | C1 | 8 | 0 | 2 | 60 | 17 | 3B | 5C | 28 |
| Octal | 305 | 301 | 10 | 0 | 2 | 140 | 27 | 73 | 134 | 50 |
| Binary | 11000101 | 11000001 | 1000 | 0 | 10 | 1100000 | 10111 | 111011 | 1011100 | 101000 |
Color Harmonies of #C5C108
Complementary color
Monochromatic Colors of #C5C108
Black with #C5C108
Text Example
Text Example
White with #C5C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C108; }
p { color: rgb(197,193,8); }
H1.HeaderClassName
{
color: #C5C108;
}
.AnyTagClassName
{
color: #C5C108;
}
</style>
background-color css
<style>
a { background-color: #C5C108; }
a { background-color: rgb(197,193,8); }
div.DivClassName
{
background-color: #C5C108;
}
.BgClassName
{
background-color: #C5C108;
}
</style>
border-color css
<style>
span { border-color: #C5C108; }
span { border-color: rgb(197,193,8); }
td.TdClassName
{
border-color: #C5C108;
}
.TagClassName
{
border-color: #C5C108;
}
</style>