Shades of La Rioja #C3C600
Tints of La Rioja #C3C600
RGB
CMYK
RGB Variations
Color information
#C3C600 (or 0xC3C600) is known color: La Rioja. HEX triplet: C3, C6 and 00. RGB value is (195,198,0). Sum of RGB (Red+Green+Blue) = 195+198+0=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C600 is #3C39FF. Grayscale: #AFAFAF. Windows color (decimal): -3947008 or 50883. OLE color: 50883.
HSL color Cylindrical-coordinate representation of color #C3C600: hue angle of 60.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3C600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.22 |
| HSL | 60.91º | 1% | 0.39% | - |
| HSV(B) | 60.91º | 1% | 0.78% | - |
| XYZ | 42.7 | 51.99 | 7.78 | - |
| YUV | 174.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 0 | 0.02 | 0 | 1 | 0.22 | 60.91 | 1 | 0.39 |
| Hex | C3 | C6 | 0 | 2 | 0 | 64 | 16 | 3D | 64 | 27 |
| Octal | 303 | 306 | 0 | 2 | 0 | 144 | 26 | 75 | 144 | 47 |
| Binary | 11000011 | 11000110 | 0 | 10 | 0 | 1100100 | 10110 | 111101 | 1100100 | 100111 |
Color Harmonies of #C3C600
Complementary color
Monochromatic Colors of #C3C600
Black with #C3C600
Text Example
Text Example
White with #C3C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C600; }
p { color: rgb(195,198,0); }
H1.HeaderClassName
{
color: #C3C600;
}
.AnyTagClassName
{
color: #C3C600;
}
</style>
background-color css
<style>
a { background-color: #C3C600; }
a { background-color: rgb(195,198,0); }
div.DivClassName
{
background-color: #C3C600;
}
.BgClassName
{
background-color: #C3C600;
}
</style>
border-color css
<style>
span { border-color: #C3C600; }
span { border-color: rgb(195,198,0); }
td.TdClassName
{
border-color: #C3C600;
}
.TagClassName
{
border-color: #C3C600;
}
</style>