Shades of La Rioja #C4C802
Tints of La Rioja #C4C802
RGB
CMYK
RGB Variations
Color information
#C4C802 (or 0xC4C802) is known color: La Rioja. HEX triplet: C4, C8 and 02. RGB value is (196,200,2). Sum of RGB (Red+Green+Blue) = 196+200+2=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C802 is #3B37FD. Grayscale: #B1B1B1. Windows color (decimal): -3880958 or 182468. OLE color: 182468.
HSL color Cylindrical-coordinate representation of color #C4C802: hue angle of 61.21º 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 #C4C802 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.22 |
| HSL | 61.21º | 0.98% | 0.4% | - |
| HSV(B) | 61.21º | 0.99% | 0.78% | - |
| XYZ | 43.43 | 53.05 | 8.01 | - |
| YUV | 176.23 | 29.67 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 2 | 0.02 | 0 | 0.99 | 0.22 | 61.21 | 0.98 | 0.4 |
| Hex | C4 | C8 | 2 | 2 | 0 | 63 | 16 | 3D | 62 | 28 |
| Octal | 304 | 310 | 2 | 2 | 0 | 143 | 26 | 75 | 142 | 50 |
| Binary | 11000100 | 11001000 | 10 | 10 | 0 | 1100011 | 10110 | 111101 | 1100010 | 101000 |
Color Harmonies of #C4C802
Complementary color
Monochromatic Colors of #C4C802
Black with #C4C802
Text Example
Text Example
White with #C4C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C802; }
p { color: rgb(196,200,2); }
H1.HeaderClassName
{
color: #C4C802;
}
.AnyTagClassName
{
color: #C4C802;
}
</style>
background-color css
<style>
a { background-color: #C4C802; }
a { background-color: rgb(196,200,2); }
div.DivClassName
{
background-color: #C4C802;
}
.BgClassName
{
background-color: #C4C802;
}
</style>
border-color css
<style>
span { border-color: #C4C802; }
span { border-color: rgb(196,200,2); }
td.TdClassName
{
border-color: #C4C802;
}
.TagClassName
{
border-color: #C4C802;
}
</style>