Shades of La Rioja #C0BC04
Tints of La Rioja #C0BC04
RGB
CMYK
RGB Variations
Color information
#C0BC04 (or 0xC0BC04) is known color: La Rioja. HEX triplet: C0, BC and 04. RGB value is (192,188,4). Sum of RGB (Red+Green+Blue) = 192+188+4=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC04 is #3F43FB. Grayscale: #A8A8A8. Windows color (decimal): -4146172 or 310464. OLE color: 310464.
HSL color Cylindrical-coordinate representation of color #C0BC04: hue angle of 58.72º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0BC04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.25 |
| HSL | 58.72º | 0.96% | 0.38% | - |
| HSV(B) | 58.72º | 0.98% | 0.75% | - |
| XYZ | 39.74 | 47.18 | 7.13 | - |
| YUV | 168.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 4 | 0 | 0.02 | 0.98 | 0.25 | 58.72 | 0.96 | 0.38 |
| Hex | C0 | BC | 4 | 0 | 2 | 62 | 19 | 3B | 60 | 26 |
| Octal | 300 | 274 | 4 | 0 | 2 | 142 | 31 | 73 | 140 | 46 |
| Binary | 11000000 | 10111100 | 100 | 0 | 10 | 1100010 | 11001 | 111011 | 1100000 | 100110 |
Color Harmonies of #C0BC04
Complementary color
Monochromatic Colors of #C0BC04
Black with #C0BC04
Text Example
Text Example
White with #C0BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC04; }
p { color: rgb(192,188,4); }
H1.HeaderClassName
{
color: #C0BC04;
}
.AnyTagClassName
{
color: #C0BC04;
}
</style>
background-color css
<style>
a { background-color: #C0BC04; }
a { background-color: rgb(192,188,4); }
div.DivClassName
{
background-color: #C0BC04;
}
.BgClassName
{
background-color: #C0BC04;
}
</style>
border-color css
<style>
span { border-color: #C0BC04; }
span { border-color: rgb(192,188,4); }
td.TdClassName
{
border-color: #C0BC04;
}
.TagClassName
{
border-color: #C0BC04;
}
</style>