Shades of La Rioja #C8C001
Tints of La Rioja #C8C001
RGB
CMYK
RGB Variations
Color information
#C8C001 (or 0xC8C001) is known color: La Rioja. HEX triplet: C8, C0 and 01. RGB value is (200,192,1). Sum of RGB (Red+Green+Blue) = 200+192+1=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C001 is #373FFE. Grayscale: #ADADAD. Windows color (decimal): -3620863 or 114888. OLE color: 114888.
HSL color Cylindrical-coordinate representation of color #C8C001: hue angle of 57.59º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8C001 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.22 |
| HSL | 57.59º | 0.99% | 0.39% | - |
| HSV(B) | 57.59º | 1% | 0.78% | - |
| XYZ | 42.67 | 49.98 | 7.43 | - |
| YUV | 172.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 1 | 0 | 0.04 | 1.00 | 0.22 | 57.59 | 0.99 | 0.39 |
| Hex | C8 | C0 | 1 | 0 | 4 | 64 | 16 | 3A | 63 | 27 |
| Octal | 310 | 300 | 1 | 0 | 4 | 144 | 26 | 72 | 143 | 47 |
| Binary | 11001000 | 11000000 | 1 | 0 | 100 | 1100100 | 10110 | 111010 | 1100011 | 100111 |
Color Harmonies of #C8C001
Complementary color
Monochromatic Colors of #C8C001
Black with #C8C001
Text Example
Text Example
White with #C8C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C001; }
p { color: rgb(200,192,1); }
H1.HeaderClassName
{
color: #C8C001;
}
.AnyTagClassName
{
color: #C8C001;
}
</style>
background-color css
<style>
a { background-color: #C8C001; }
a { background-color: rgb(200,192,1); }
div.DivClassName
{
background-color: #C8C001;
}
.BgClassName
{
background-color: #C8C001;
}
</style>
border-color css
<style>
span { border-color: #C8C001; }
span { border-color: rgb(200,192,1); }
td.TdClassName
{
border-color: #C8C001;
}
.TagClassName
{
border-color: #C8C001;
}
</style>