Shades of La Rioja #C0D703
Tints of La Rioja #C0D703
RGB
CMYK
RGB Variations
Color information
#C0D703 (or 0xC0D703) is known color: La Rioja. HEX triplet: C0, D7 and 03. RGB value is (192,215,3). Sum of RGB (Red+Green+Blue) = 192+215+3=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D703 is #3F28FC. Grayscale: #B8B8B8. Windows color (decimal): -4139261 or 251840. OLE color: 251840.
HSL color Cylindrical-coordinate representation of color #C0D703: hue angle of 66.51º degrees, saturation: 0.97, 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 #C0D703 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.16 |
| HSL | 66.51º | 0.97% | 0.43% | - |
| HSV(B) | 66.51º | 0.99% | 0.84% | - |
| XYZ | 46.06 | 59.81 | 9.2 | - |
| YUV | 183.96 | 25.88 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 3 | 0.11 | 0 | 0.99 | 0.16 | 66.51 | 0.97 | 0.43 |
| Hex | C0 | D7 | 3 | B | 0 | 63 | 10 | 43 | 61 | 2B |
| Octal | 300 | 327 | 3 | 13 | 0 | 143 | 20 | 103 | 141 | 53 |
| Binary | 11000000 | 11010111 | 11 | 1011 | 0 | 1100011 | 10000 | 1000011 | 1100001 | 101011 |
Color Harmonies of #C0D703
Complementary color
Monochromatic Colors of #C0D703
Black with #C0D703
Text Example
Text Example
White with #C0D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D703; }
p { color: rgb(192,215,3); }
H1.HeaderClassName
{
color: #C0D703;
}
.AnyTagClassName
{
color: #C0D703;
}
</style>
background-color css
<style>
a { background-color: #C0D703; }
a { background-color: rgb(192,215,3); }
div.DivClassName
{
background-color: #C0D703;
}
.BgClassName
{
background-color: #C0D703;
}
</style>
border-color css
<style>
span { border-color: #C0D703; }
span { border-color: rgb(192,215,3); }
td.TdClassName
{
border-color: #C0D703;
}
.TagClassName
{
border-color: #C0D703;
}
</style>