Shades of La Rioja #C8C100
Tints of La Rioja #C8C100
RGB
CMYK
RGB Variations
Color information
#C8C100 (or 0xC8C100) is known color: La Rioja. HEX triplet: C8, C1 and 00. RGB value is (200,193,0). Sum of RGB (Red+Green+Blue) = 200+193+0=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C100 is #373EFF. Grayscale: #ADADAD. Windows color (decimal): -3620608 or 49608. OLE color: 49608.
HSL color Cylindrical-coordinate representation of color #C8C100: hue angle of 57.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8C100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.22 |
| HSL | 57.9º | 1% | 0.39% | - |
| HSV(B) | 57.9º | 1% | 0.78% | - |
| XYZ | 42.89 | 50.42 | 7.47 | - |
| YUV | 173.09 | 30.32 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 0 | 0 | 0.04 | 1 | 0.22 | 57.9 | 1 | 0.39 |
| Hex | C8 | C1 | 0 | 0 | 4 | 64 | 16 | 3A | 64 | 27 |
| Octal | 310 | 301 | 0 | 0 | 4 | 144 | 26 | 72 | 144 | 47 |
| Binary | 11001000 | 11000001 | 0 | 0 | 100 | 1100100 | 10110 | 111010 | 1100100 | 100111 |
Color Harmonies of #C8C100
Complementary color
Monochromatic Colors of #C8C100
Black with #C8C100
Text Example
Text Example
White with #C8C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C100; }
p { color: rgb(200,193,0); }
H1.HeaderClassName
{
color: #C8C100;
}
.AnyTagClassName
{
color: #C8C100;
}
</style>
background-color css
<style>
a { background-color: #C8C100; }
a { background-color: rgb(200,193,0); }
div.DivClassName
{
background-color: #C8C100;
}
.BgClassName
{
background-color: #C8C100;
}
</style>
border-color css
<style>
span { border-color: #C8C100; }
span { border-color: rgb(200,193,0); }
td.TdClassName
{
border-color: #C8C100;
}
.TagClassName
{
border-color: #C8C100;
}
</style>