Shades of La Rioja #C7C400
Tints of La Rioja #C7C400
RGB
CMYK
RGB Variations
Color information
#C7C400 (or 0xC7C400) is known color: La Rioja. HEX triplet: C7, C4 and 00. RGB value is (199,196,0). Sum of RGB (Red+Green+Blue) = 199+196+0=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C400 is #383BFF. Grayscale: #AFAFAF. Windows color (decimal): -3685376 or 50375. OLE color: 50375.
HSL color Cylindrical-coordinate representation of color #C7C400: hue angle of 59.1º 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 #C7C400 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.22 |
| HSL | 59.1º | 1% | 0.39% | - |
| HSV(B) | 59.1º | 1% | 0.78% | - |
| XYZ | 43.29 | 51.62 | 7.68 | - |
| YUV | 174.55 | 29.49 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 0 | 0 | 0.02 | 1 | 0.22 | 59.1 | 1 | 0.39 |
| Hex | C7 | C4 | 0 | 0 | 2 | 64 | 16 | 3B | 64 | 27 |
| Octal | 307 | 304 | 0 | 0 | 2 | 144 | 26 | 73 | 144 | 47 |
| Binary | 11000111 | 11000100 | 0 | 0 | 10 | 1100100 | 10110 | 111011 | 1100100 | 100111 |
Color Harmonies of #C7C400
Complementary color
Monochromatic Colors of #C7C400
Black with #C7C400
Text Example
Text Example
White with #C7C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C400; }
p { color: rgb(199,196,0); }
H1.HeaderClassName
{
color: #C7C400;
}
.AnyTagClassName
{
color: #C7C400;
}
</style>
background-color css
<style>
a { background-color: #C7C400; }
a { background-color: rgb(199,196,0); }
div.DivClassName
{
background-color: #C7C400;
}
.BgClassName
{
background-color: #C7C400;
}
</style>
border-color css
<style>
span { border-color: #C7C400; }
span { border-color: rgb(199,196,0); }
td.TdClassName
{
border-color: #C7C400;
}
.TagClassName
{
border-color: #C7C400;
}
</style>