Shades of La Rioja #C1D702
Tints of La Rioja #C1D702
RGB
CMYK
RGB Variations
Color information
#C1D702 (or 0xC1D702) is known color: La Rioja. HEX triplet: C1, D7 and 02. RGB value is (193,215,2). Sum of RGB (Red+Green+Blue) = 193+215+2=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D702 is #3E28FD. Grayscale: #B8B8B8. Windows color (decimal): -4073726 or 186305. OLE color: 186305.
HSL color Cylindrical-coordinate representation of color #C1D702: hue angle of 66.2º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1D702 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.16 |
| HSL | 66.2º | 0.98% | 0.43% | - |
| HSV(B) | 66.2º | 0.99% | 0.84% | - |
| XYZ | 46.3 | 59.94 | 9.19 | - |
| YUV | 184.14 | 25.21 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 2 | 0.10 | 0 | 0.99 | 0.16 | 66.2 | 0.98 | 0.43 |
| Hex | C1 | D7 | 2 | A | 0 | 63 | 10 | 42 | 62 | 2B |
| Octal | 301 | 327 | 2 | 12 | 0 | 143 | 20 | 102 | 142 | 53 |
| Binary | 11000001 | 11010111 | 10 | 1010 | 0 | 1100011 | 10000 | 1000010 | 1100010 | 101011 |
Color Harmonies of #C1D702
Complementary color
Monochromatic Colors of #C1D702
Black with #C1D702
Text Example
Text Example
White with #C1D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D702; }
p { color: rgb(193,215,2); }
H1.HeaderClassName
{
color: #C1D702;
}
.AnyTagClassName
{
color: #C1D702;
}
</style>
background-color css
<style>
a { background-color: #C1D702; }
a { background-color: rgb(193,215,2); }
div.DivClassName
{
background-color: #C1D702;
}
.BgClassName
{
background-color: #C1D702;
}
</style>
border-color css
<style>
span { border-color: #C1D702; }
span { border-color: rgb(193,215,2); }
td.TdClassName
{
border-color: #C1D702;
}
.TagClassName
{
border-color: #C1D702;
}
</style>