Shades of La Rioja #C3C814
Tints of La Rioja #C3C814
RGB
CMYK
RGB Variations
Color information
#C3C814 (or 0xC3C814) is known color: La Rioja. HEX triplet: C3, C8 and 14. RGB value is (195,200,20). Sum of RGB (Red+Green+Blue) = 195+200+20=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C814 is #3C37EB. Grayscale: #B2B2B2. Windows color (decimal): -3946476 or 1362115. OLE color: 1362115.
HSL color Cylindrical-coordinate representation of color #C3C814: hue angle of 61.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3C814 is Cyan = 0.02, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 20 | - |
| CMYK | 0.02 | 0 | 0.9 | 0.22 |
| HSL | 61.67º | 0.82% | 0.43% | - |
| HSV(B) | 61.67º | 0.9% | 0.78% | - |
| XYZ | 43.29 | 52.96 | 8.6 | - |
| YUV | 177.99 | 38.84 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 20 | 0.02 | 0 | 0.9 | 0.22 | 61.67 | 0.82 | 0.43 |
| Hex | C3 | C8 | 14 | 2 | 0 | 5A | 16 | 3E | 52 | 2B |
| Octal | 303 | 310 | 24 | 2 | 0 | 132 | 26 | 76 | 122 | 53 |
| Binary | 11000011 | 11001000 | 10100 | 10 | 0 | 1011010 | 10110 | 111110 | 1010010 | 101011 |
Color Harmonies of #C3C814
Complementary color
Monochromatic Colors of #C3C814
Black with #C3C814
Text Example
Text Example
White with #C3C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C814; }
p { color: rgb(195,200,20); }
H1.HeaderClassName
{
color: #C3C814;
}
.AnyTagClassName
{
color: #C3C814;
}
</style>
background-color css
<style>
a { background-color: #C3C814; }
a { background-color: rgb(195,200,20); }
div.DivClassName
{
background-color: #C3C814;
}
.BgClassName
{
background-color: #C3C814;
}
</style>
border-color css
<style>
span { border-color: #C3C814; }
span { border-color: rgb(195,200,20); }
td.TdClassName
{
border-color: #C3C814;
}
.TagClassName
{
border-color: #C3C814;
}
</style>