Shades of La Rioja #C3C004
Tints of La Rioja #C3C004
RGB
CMYK
RGB Variations
Color information
#C3C004 (or 0xC3C004) is known color: La Rioja. HEX triplet: C3, C0 and 04. RGB value is (195,192,4). Sum of RGB (Red+Green+Blue) = 195+192+4=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C004 is #3C3FFB. Grayscale: #ACACAC. Windows color (decimal): -3948540 or 311491. OLE color: 311491.
HSL color Cylindrical-coordinate representation of color #C3C004: hue angle of 59.06º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3C004 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.24 |
| HSL | 59.06º | 0.96% | 0.39% | - |
| HSV(B) | 59.06º | 0.98% | 0.76% | - |
| XYZ | 41.38 | 49.31 | 7.45 | - |
| YUV | 171.47 | 33.49 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 4 | 0 | 0.02 | 0.98 | 0.24 | 59.06 | 0.96 | 0.39 |
| Hex | C3 | C0 | 4 | 0 | 2 | 62 | 18 | 3B | 60 | 27 |
| Octal | 303 | 300 | 4 | 0 | 2 | 142 | 30 | 73 | 140 | 47 |
| Binary | 11000011 | 11000000 | 100 | 0 | 10 | 1100010 | 11000 | 111011 | 1100000 | 100111 |
Color Harmonies of #C3C004
Complementary color
Monochromatic Colors of #C3C004
Black with #C3C004
Text Example
Text Example
White with #C3C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C004; }
p { color: rgb(195,192,4); }
H1.HeaderClassName
{
color: #C3C004;
}
.AnyTagClassName
{
color: #C3C004;
}
</style>
background-color css
<style>
a { background-color: #C3C004; }
a { background-color: rgb(195,192,4); }
div.DivClassName
{
background-color: #C3C004;
}
.BgClassName
{
background-color: #C3C004;
}
</style>
border-color css
<style>
span { border-color: #C3C004; }
span { border-color: rgb(195,192,4); }
td.TdClassName
{
border-color: #C3C004;
}
.TagClassName
{
border-color: #C3C004;
}
</style>