Shades of La Rioja #C2C607
Tints of La Rioja #C2C607
RGB
CMYK
RGB Variations
Color information
#C2C607 (or 0xC2C607) is known color: La Rioja. HEX triplet: C2, C6 and 07. RGB value is (194,198,7). Sum of RGB (Red+Green+Blue) = 194+198+7=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C607 is #3D39F8. Grayscale: #AFAFAF. Windows color (decimal): -4012537 or 509634. OLE color: 509634.
HSL color Cylindrical-coordinate representation of color #C2C607: hue angle of 61.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2C607 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.22 |
| HSL | 61.26º | 0.93% | 0.4% | - |
| HSV(B) | 61.26º | 0.96% | 0.78% | - |
| XYZ | 42.48 | 51.87 | 7.97 | - |
| YUV | 175.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 7 | 0.02 | 0 | 0.96 | 0.22 | 61.26 | 0.93 | 0.4 |
| Hex | C2 | C6 | 7 | 2 | 0 | 60 | 16 | 3D | 5D | 28 |
| Octal | 302 | 306 | 7 | 2 | 0 | 140 | 26 | 75 | 135 | 50 |
| Binary | 11000010 | 11000110 | 111 | 10 | 0 | 1100000 | 10110 | 111101 | 1011101 | 101000 |
Color Harmonies of #C2C607
Complementary color
Monochromatic Colors of #C2C607
Black with #C2C607
Text Example
Text Example
White with #C2C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C607; }
p { color: rgb(194,198,7); }
H1.HeaderClassName
{
color: #C2C607;
}
.AnyTagClassName
{
color: #C2C607;
}
</style>
background-color css
<style>
a { background-color: #C2C607; }
a { background-color: rgb(194,198,7); }
div.DivClassName
{
background-color: #C2C607;
}
.BgClassName
{
background-color: #C2C607;
}
</style>
border-color css
<style>
span { border-color: #C2C607; }
span { border-color: rgb(194,198,7); }
td.TdClassName
{
border-color: #C2C607;
}
.TagClassName
{
border-color: #C2C607;
}
</style>