Shades of La Rioja #C0BC14
Tints of La Rioja #C0BC14
RGB
CMYK
RGB Variations
Color information
#C0BC14 (or 0xC0BC14) is known color: La Rioja. HEX triplet: C0, BC and 14. RGB value is (192,188,20). Sum of RGB (Red+Green+Blue) = 192+188+20=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC14 is #3F43EB. Grayscale: #AAAAAA. Windows color (decimal): -4146156 or 1359040. OLE color: 1359040.
HSL color Cylindrical-coordinate representation of color #C0BC14: hue angle of 58.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0BC14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 20 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.25 |
| HSL | 58.6º | 0.81% | 0.42% | - |
| HSV(B) | 58.6º | 0.9% | 0.75% | - |
| XYZ | 39.85 | 47.22 | 7.68 | - |
| YUV | 170.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 20 | 0 | 0.02 | 0.90 | 0.25 | 58.6 | 0.81 | 0.42 |
| Hex | C0 | BC | 14 | 0 | 2 | 5A | 19 | 3B | 51 | 2A |
| Octal | 300 | 274 | 24 | 0 | 2 | 132 | 31 | 73 | 121 | 52 |
| Binary | 11000000 | 10111100 | 10100 | 0 | 10 | 1011010 | 11001 | 111011 | 1010001 | 101010 |
Color Harmonies of #C0BC14
Complementary color
Monochromatic Colors of #C0BC14
Black with #C0BC14
Text Example
Text Example
White with #C0BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC14; }
p { color: rgb(192,188,20); }
H1.HeaderClassName
{
color: #C0BC14;
}
.AnyTagClassName
{
color: #C0BC14;
}
</style>
background-color css
<style>
a { background-color: #C0BC14; }
a { background-color: rgb(192,188,20); }
div.DivClassName
{
background-color: #C0BC14;
}
.BgClassName
{
background-color: #C0BC14;
}
</style>
border-color css
<style>
span { border-color: #C0BC14; }
span { border-color: rgb(192,188,20); }
td.TdClassName
{
border-color: #C0BC14;
}
.TagClassName
{
border-color: #C0BC14;
}
</style>