Shades of La Rioja #C7C500
Tints of La Rioja #C7C500
RGB
CMYK
RGB Variations
Color information
#C7C500 (or 0xC7C500) is known color: La Rioja. HEX triplet: C7, C5 and 00. RGB value is (199,197,0). Sum of RGB (Red+Green+Blue) = 199+197+0=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C500 is #383AFF. Grayscale: #AFAFAF. Windows color (decimal): -3685120 or 50631. OLE color: 50631.
HSL color Cylindrical-coordinate representation of color #C7C500: hue angle of 59.4º 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 #C7C500 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.22 |
| HSL | 59.4º | 1% | 0.39% | - |
| HSV(B) | 59.4º | 1% | 0.78% | - |
| XYZ | 43.52 | 52.07 | 7.76 | - |
| YUV | 175.14 | 29.16 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 0 | 0 | 0.01 | 1 | 0.22 | 59.4 | 1 | 0.39 |
| Hex | C7 | C5 | 0 | 0 | 1 | 64 | 16 | 3B | 64 | 27 |
| Octal | 307 | 305 | 0 | 0 | 1 | 144 | 26 | 73 | 144 | 47 |
| Binary | 11000111 | 11000101 | 0 | 0 | 1 | 1100100 | 10110 | 111011 | 1100100 | 100111 |
Color Harmonies of #C7C500
Complementary color
Monochromatic Colors of #C7C500
Black with #C7C500
Text Example
Text Example
White with #C7C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C500; }
p { color: rgb(199,197,0); }
H1.HeaderClassName
{
color: #C7C500;
}
.AnyTagClassName
{
color: #C7C500;
}
</style>
background-color css
<style>
a { background-color: #C7C500; }
a { background-color: rgb(199,197,0); }
div.DivClassName
{
background-color: #C7C500;
}
.BgClassName
{
background-color: #C7C500;
}
</style>
border-color css
<style>
span { border-color: #C7C500; }
span { border-color: rgb(199,197,0); }
td.TdClassName
{
border-color: #C7C500;
}
.TagClassName
{
border-color: #C7C500;
}
</style>