Shades of La Rioja #C8C002
Tints of La Rioja #C8C002
RGB
CMYK
RGB Variations
Color information
#C8C002 (or 0xC8C002) is known color: La Rioja. HEX triplet: C8, C0 and 02. RGB value is (200,192,2). Sum of RGB (Red+Green+Blue) = 200+192+2=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C002 is #373FFD. Grayscale: #ADADAD. Windows color (decimal): -3620862 or 180424. OLE color: 180424.
HSL color Cylindrical-coordinate representation of color #C8C002: hue angle of 57.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8C002 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.22 |
| HSL | 57.58º | 0.98% | 0.4% | - |
| HSV(B) | 57.58º | 0.99% | 0.78% | - |
| XYZ | 42.68 | 49.98 | 7.46 | - |
| YUV | 172.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 2 | 0 | 0.04 | 0.99 | 0.22 | 57.58 | 0.98 | 0.4 |
| Hex | C8 | C0 | 2 | 0 | 4 | 63 | 16 | 3A | 62 | 28 |
| Octal | 310 | 300 | 2 | 0 | 4 | 143 | 26 | 72 | 142 | 50 |
| Binary | 11001000 | 11000000 | 10 | 0 | 100 | 1100011 | 10110 | 111010 | 1100010 | 101000 |
Color Harmonies of #C8C002
Complementary color
Monochromatic Colors of #C8C002
Black with #C8C002
Text Example
Text Example
White with #C8C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C002; }
p { color: rgb(200,192,2); }
H1.HeaderClassName
{
color: #C8C002;
}
.AnyTagClassName
{
color: #C8C002;
}
</style>
background-color css
<style>
a { background-color: #C8C002; }
a { background-color: rgb(200,192,2); }
div.DivClassName
{
background-color: #C8C002;
}
.BgClassName
{
background-color: #C8C002;
}
</style>
border-color css
<style>
span { border-color: #C8C002; }
span { border-color: rgb(200,192,2); }
td.TdClassName
{
border-color: #C8C002;
}
.TagClassName
{
border-color: #C8C002;
}
</style>