Shades of La Rioja #C7C802
Tints of La Rioja #C7C802
RGB
CMYK
RGB Variations
Color information
#C7C802 (or 0xC7C802) is known color: La Rioja. HEX triplet: C7, C8 and 02. RGB value is (199,200,2). Sum of RGB (Red+Green+Blue) = 199+200+2=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C802 is #3837FD. Grayscale: #B1B1B1. Windows color (decimal): -3684350 or 182471. OLE color: 182471.
HSL color Cylindrical-coordinate representation of color #C7C802: hue angle of 60.3º 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 #C7C802 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 2 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.22 |
| HSL | 60.3º | 0.98% | 0.4% | - |
| HSV(B) | 60.3º | 0.99% | 0.78% | - |
| XYZ | 44.22 | 53.46 | 8.04 | - |
| YUV | 177.13 | 29.17 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 2 | 0.00 | 0 | 0.99 | 0.22 | 60.3 | 0.98 | 0.4 |
| Hex | C7 | C8 | 2 | 0 | 0 | 63 | 16 | 3C | 62 | 28 |
| Octal | 307 | 310 | 2 | 0 | 0 | 143 | 26 | 74 | 142 | 50 |
| Binary | 11000111 | 11001000 | 10 | 0 | 0 | 1100011 | 10110 | 111100 | 1100010 | 101000 |
Color Harmonies of #C7C802
Complementary color
Monochromatic Colors of #C7C802
Black with #C7C802
Text Example
Text Example
White with #C7C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C802; }
p { color: rgb(199,200,2); }
H1.HeaderClassName
{
color: #C7C802;
}
.AnyTagClassName
{
color: #C7C802;
}
</style>
background-color css
<style>
a { background-color: #C7C802; }
a { background-color: rgb(199,200,2); }
div.DivClassName
{
background-color: #C7C802;
}
.BgClassName
{
background-color: #C7C802;
}
</style>
border-color css
<style>
span { border-color: #C7C802; }
span { border-color: rgb(199,200,2); }
td.TdClassName
{
border-color: #C7C802;
}
.TagClassName
{
border-color: #C7C802;
}
</style>