Shades of La Rioja #C3C900
Tints of La Rioja #C3C900
RGB
CMYK
RGB Variations
Color information
#C3C900 (or 0xC3C900) is known color: La Rioja. HEX triplet: C3, C9 and 00. RGB value is (195,201,0). Sum of RGB (Red+Green+Blue) = 195+201+0=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C900 is #3C36FF. Grayscale: #B1B1B1. Windows color (decimal): -3946240 or 51651. OLE color: 51651.
HSL color Cylindrical-coordinate representation of color #C3C900: hue angle of 61.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3C900 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.21 |
| HSL | 61.79º | 1% | 0.39% | - |
| HSV(B) | 61.79º | 1% | 0.79% | - |
| XYZ | 43.39 | 53.38 | 8.02 | - |
| YUV | 176.29 | 28.51 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 0 | 0.03 | 0 | 1 | 0.21 | 61.79 | 1 | 0.39 |
| Hex | C3 | C9 | 0 | 3 | 0 | 64 | 15 | 3E | 64 | 27 |
| Octal | 303 | 311 | 0 | 3 | 0 | 144 | 25 | 76 | 144 | 47 |
| Binary | 11000011 | 11001001 | 0 | 11 | 0 | 1100100 | 10101 | 111110 | 1100100 | 100111 |
Color Harmonies of #C3C900
Complementary color
Monochromatic Colors of #C3C900
Black with #C3C900
Text Example
Text Example
White with #C3C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C900; }
p { color: rgb(195,201,0); }
H1.HeaderClassName
{
color: #C3C900;
}
.AnyTagClassName
{
color: #C3C900;
}
</style>
background-color css
<style>
a { background-color: #C3C900; }
a { background-color: rgb(195,201,0); }
div.DivClassName
{
background-color: #C3C900;
}
.BgClassName
{
background-color: #C3C900;
}
</style>
border-color css
<style>
span { border-color: #C3C900; }
span { border-color: rgb(195,201,0); }
td.TdClassName
{
border-color: #C3C900;
}
.TagClassName
{
border-color: #C3C900;
}
</style>