Shades of La Rioja #C0C304
Tints of La Rioja #C0C304
RGB
CMYK
RGB Variations
Color information
#C0C304 (or 0xC0C304) is known color: La Rioja. HEX triplet: C0, C3 and 04. RGB value is (192,195,4). Sum of RGB (Red+Green+Blue) = 192+195+4=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C304 is #3F3CFB. Grayscale: #ADADAD. Windows color (decimal): -4144380 or 312256. OLE color: 312256.
HSL color Cylindrical-coordinate representation of color #C0C304: hue angle of 60.94º 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 #C0C304 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.24 |
| HSL | 60.94º | 0.96% | 0.39% | - |
| HSV(B) | 60.94º | 0.98% | 0.76% | - |
| XYZ | 41.28 | 50.25 | 7.64 | - |
| YUV | 172.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 4 | 0.02 | 0 | 0.98 | 0.24 | 60.94 | 0.96 | 0.39 |
| Hex | C0 | C3 | 4 | 2 | 0 | 62 | 18 | 3D | 60 | 27 |
| Octal | 300 | 303 | 4 | 2 | 0 | 142 | 30 | 75 | 140 | 47 |
| Binary | 11000000 | 11000011 | 100 | 10 | 0 | 1100010 | 11000 | 111101 | 1100000 | 100111 |
Color Harmonies of #C0C304
Complementary color
Monochromatic Colors of #C0C304
Black with #C0C304
Text Example
Text Example
White with #C0C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C304; }
p { color: rgb(192,195,4); }
H1.HeaderClassName
{
color: #C0C304;
}
.AnyTagClassName
{
color: #C0C304;
}
</style>
background-color css
<style>
a { background-color: #C0C304; }
a { background-color: rgb(192,195,4); }
div.DivClassName
{
background-color: #C0C304;
}
.BgClassName
{
background-color: #C0C304;
}
</style>
border-color css
<style>
span { border-color: #C0C304; }
span { border-color: rgb(192,195,4); }
td.TdClassName
{
border-color: #C0C304;
}
.TagClassName
{
border-color: #C0C304;
}
</style>