Shades of La Rioja #C0BC13
Tints of La Rioja #C0BC13
RGB
CMYK
RGB Variations
Color information
#C0BC13 (or 0xC0BC13) is known color: La Rioja. HEX triplet: C0, BC and 13. RGB value is (192,188,19). Sum of RGB (Red+Green+Blue) = 192+188+19=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC13 is #3F43EC. Grayscale: #AAAAAA. Windows color (decimal): -4146157 or 1293504. OLE color: 1293504.
HSL color Cylindrical-coordinate representation of color #C0BC13: hue angle of 58.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0BC13 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 19 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.25 |
| HSL | 58.61º | 0.82% | 0.41% | - |
| HSV(B) | 58.61º | 0.9% | 0.75% | - |
| XYZ | 39.84 | 47.22 | 7.63 | - |
| YUV | 169.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 19 | 0 | 0.02 | 0.90 | 0.25 | 58.61 | 0.82 | 0.41 |
| Hex | C0 | BC | 13 | 0 | 2 | 5A | 19 | 3B | 52 | 29 |
| Octal | 300 | 274 | 23 | 0 | 2 | 132 | 31 | 73 | 122 | 51 |
| Binary | 11000000 | 10111100 | 10011 | 0 | 10 | 1011010 | 11001 | 111011 | 1010010 | 101001 |
Color Harmonies of #C0BC13
Complementary color
Monochromatic Colors of #C0BC13
Black with #C0BC13
Text Example
Text Example
White with #C0BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC13; }
p { color: rgb(192,188,19); }
H1.HeaderClassName
{
color: #C0BC13;
}
.AnyTagClassName
{
color: #C0BC13;
}
</style>
background-color css
<style>
a { background-color: #C0BC13; }
a { background-color: rgb(192,188,19); }
div.DivClassName
{
background-color: #C0BC13;
}
.BgClassName
{
background-color: #C0BC13;
}
</style>
border-color css
<style>
span { border-color: #C0BC13; }
span { border-color: rgb(192,188,19); }
td.TdClassName
{
border-color: #C0BC13;
}
.TagClassName
{
border-color: #C0BC13;
}
</style>