Shades of La Rioja #C3C500
Tints of La Rioja #C3C500
RGB
CMYK
RGB Variations
Color information
#C3C500 (or 0xC3C500) is known color: La Rioja. HEX triplet: C3, C5 and 00. RGB value is (195,197,0). Sum of RGB (Red+Green+Blue) = 195+197+0=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C500 is #3C3AFF. Grayscale: #AEAEAE. Windows color (decimal): -3947264 or 50627. OLE color: 50627.
HSL color Cylindrical-coordinate representation of color #C3C500: hue angle of 60.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3C500 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.23 |
| HSL | 60.61º | 1% | 0.39% | - |
| HSV(B) | 60.61º | 1% | 0.77% | - |
| XYZ | 42.47 | 51.53 | 7.71 | - |
| YUV | 173.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 0 | 0.01 | 0 | 1 | 0.23 | 60.61 | 1 | 0.39 |
| Hex | C3 | C5 | 0 | 1 | 0 | 64 | 17 | 3D | 64 | 27 |
| Octal | 303 | 305 | 0 | 1 | 0 | 144 | 27 | 75 | 144 | 47 |
| Binary | 11000011 | 11000101 | 0 | 1 | 0 | 1100100 | 10111 | 111101 | 1100100 | 100111 |
Color Harmonies of #C3C500
Complementary color
Monochromatic Colors of #C3C500
Black with #C3C500
Text Example
Text Example
White with #C3C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C500; }
p { color: rgb(195,197,0); }
H1.HeaderClassName
{
color: #C3C500;
}
.AnyTagClassName
{
color: #C3C500;
}
</style>
background-color css
<style>
a { background-color: #C3C500; }
a { background-color: rgb(195,197,0); }
div.DivClassName
{
background-color: #C3C500;
}
.BgClassName
{
background-color: #C3C500;
}
</style>
border-color css
<style>
span { border-color: #C3C500; }
span { border-color: rgb(195,197,0); }
td.TdClassName
{
border-color: #C3C500;
}
.TagClassName
{
border-color: #C3C500;
}
</style>