Shades of La Rioja #C7CA0C
Tints of La Rioja #C7CA0C
RGB
CMYK
RGB Variations
Color information
#C7CA0C (or 0xC7CA0C) is known color: La Rioja. HEX triplet: C7, CA and 0C. RGB value is (199,202,12). Sum of RGB (Red+Green+Blue) = 199+202+12=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA0C is #3835F3. Grayscale: #B4B4B4. Windows color (decimal): -3683828 or 838343. OLE color: 838343.
HSL color Cylindrical-coordinate representation of color #C7CA0C: hue angle of 60.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7CA0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.21 |
| HSL | 60.95º | 0.89% | 0.42% | - |
| HSV(B) | 60.95º | 0.94% | 0.79% | - |
| XYZ | 44.74 | 54.41 | 8.49 | - |
| YUV | 179.44 | 33.51 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 12 | 0.01 | 0 | 0.94 | 0.21 | 60.95 | 0.89 | 0.42 |
| Hex | C7 | CA | C | 1 | 0 | 5E | 15 | 3D | 59 | 2A |
| Octal | 307 | 312 | 14 | 1 | 0 | 136 | 25 | 75 | 131 | 52 |
| Binary | 11000111 | 11001010 | 1100 | 1 | 0 | 1011110 | 10101 | 111101 | 1011001 | 101010 |
Color Harmonies of #C7CA0C
Complementary color
Monochromatic Colors of #C7CA0C
Black with #C7CA0C
Text Example
Text Example
White with #C7CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA0C; }
p { color: rgb(199,202,12); }
H1.HeaderClassName
{
color: #C7CA0C;
}
.AnyTagClassName
{
color: #C7CA0C;
}
</style>
background-color css
<style>
a { background-color: #C7CA0C; }
a { background-color: rgb(199,202,12); }
div.DivClassName
{
background-color: #C7CA0C;
}
.BgClassName
{
background-color: #C7CA0C;
}
</style>
border-color css
<style>
span { border-color: #C7CA0C; }
span { border-color: rgb(199,202,12); }
td.TdClassName
{
border-color: #C7CA0C;
}
.TagClassName
{
border-color: #C7CA0C;
}
</style>