Shades of La Rioja #C7C50C
Tints of La Rioja #C7C50C
RGB
CMYK
RGB Variations
Color information
#C7C50C (or 0xC7C50C) is known color: La Rioja. HEX triplet: C7, C5 and 0C. RGB value is (199,197,12). Sum of RGB (Red+Green+Blue) = 199+197+12=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C50C is #383AF3. Grayscale: #B1B1B1. Windows color (decimal): -3685108 or 837063. OLE color: 837063.
HSL color Cylindrical-coordinate representation of color #C7C50C: hue angle of 59.36º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7C50C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.22 |
| HSL | 59.36º | 0.89% | 0.41% | - |
| HSV(B) | 59.36º | 0.94% | 0.78% | - |
| XYZ | 43.59 | 52.1 | 8.11 | - |
| YUV | 176.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 12 | 0 | 0.01 | 0.94 | 0.22 | 59.36 | 0.89 | 0.41 |
| Hex | C7 | C5 | C | 0 | 1 | 5E | 16 | 3B | 59 | 29 |
| Octal | 307 | 305 | 14 | 0 | 1 | 136 | 26 | 73 | 131 | 51 |
| Binary | 11000111 | 11000101 | 1100 | 0 | 1 | 1011110 | 10110 | 111011 | 1011001 | 101001 |
Color Harmonies of #C7C50C
Complementary color
Monochromatic Colors of #C7C50C
Black with #C7C50C
Text Example
Text Example
White with #C7C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C50C; }
p { color: rgb(199,197,12); }
H1.HeaderClassName
{
color: #C7C50C;
}
.AnyTagClassName
{
color: #C7C50C;
}
</style>
background-color css
<style>
a { background-color: #C7C50C; }
a { background-color: rgb(199,197,12); }
div.DivClassName
{
background-color: #C7C50C;
}
.BgClassName
{
background-color: #C7C50C;
}
</style>
border-color css
<style>
span { border-color: #C7C50C; }
span { border-color: rgb(199,197,12); }
td.TdClassName
{
border-color: #C7C50C;
}
.TagClassName
{
border-color: #C7C50C;
}
</style>