Shades of La Rioja #C2C50D
Tints of La Rioja #C2C50D
RGB
CMYK
RGB Variations
Color information
#C2C50D (or 0xC2C50D) is known color: La Rioja. HEX triplet: C2, C5 and 0D. RGB value is (194,197,13). Sum of RGB (Red+Green+Blue) = 194+197+13=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C50D is #3D3AF2. Grayscale: #AFAFAF. Windows color (decimal): -4012787 or 902594. OLE color: 902594.
HSL color Cylindrical-coordinate representation of color #C2C50D: hue angle of 60.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2C50D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.23 |
| HSL | 60.98º | 0.88% | 0.41% | - |
| HSV(B) | 60.98º | 0.93% | 0.77% | - |
| XYZ | 42.29 | 51.43 | 8.08 | - |
| YUV | 175.13 | 36.51 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 13 | 0.02 | 0 | 0.93 | 0.23 | 60.98 | 0.88 | 0.41 |
| Hex | C2 | C5 | D | 2 | 0 | 5D | 17 | 3D | 58 | 29 |
| Octal | 302 | 305 | 15 | 2 | 0 | 135 | 27 | 75 | 130 | 51 |
| Binary | 11000010 | 11000101 | 1101 | 10 | 0 | 1011101 | 10111 | 111101 | 1011000 | 101001 |
Color Harmonies of #C2C50D
Complementary color
Monochromatic Colors of #C2C50D
Black with #C2C50D
Text Example
Text Example
White with #C2C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C50D; }
p { color: rgb(194,197,13); }
H1.HeaderClassName
{
color: #C2C50D;
}
.AnyTagClassName
{
color: #C2C50D;
}
</style>
background-color css
<style>
a { background-color: #C2C50D; }
a { background-color: rgb(194,197,13); }
div.DivClassName
{
background-color: #C2C50D;
}
.BgClassName
{
background-color: #C2C50D;
}
</style>
border-color css
<style>
span { border-color: #C2C50D; }
span { border-color: rgb(194,197,13); }
td.TdClassName
{
border-color: #C2C50D;
}
.TagClassName
{
border-color: #C2C50D;
}
</style>