Shades of La Rioja #C0BC12
Tints of La Rioja #C0BC12
RGB
CMYK
RGB Variations
Color information
#C0BC12 (or 0xC0BC12) is known color: La Rioja. HEX triplet: C0, BC and 12. RGB value is (192,188,18). Sum of RGB (Red+Green+Blue) = 192+188+18=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC12 is #3F43ED. Grayscale: #AAAAAA. Windows color (decimal): -4146158 or 1227968. OLE color: 1227968.
HSL color Cylindrical-coordinate representation of color #C0BC12: hue angle of 58.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0BC12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.25 |
| HSL | 58.62º | 0.83% | 0.41% | - |
| HSV(B) | 58.62º | 0.91% | 0.75% | - |
| XYZ | 39.83 | 47.22 | 7.59 | - |
| YUV | 169.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 18 | 0 | 0.02 | 0.91 | 0.25 | 58.62 | 0.83 | 0.41 |
| Hex | C0 | BC | 12 | 0 | 2 | 5B | 19 | 3B | 53 | 29 |
| Octal | 300 | 274 | 22 | 0 | 2 | 133 | 31 | 73 | 123 | 51 |
| Binary | 11000000 | 10111100 | 10010 | 0 | 10 | 1011011 | 11001 | 111011 | 1010011 | 101001 |
Color Harmonies of #C0BC12
Complementary color
Monochromatic Colors of #C0BC12
Black with #C0BC12
Text Example
Text Example
White with #C0BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC12; }
p { color: rgb(192,188,18); }
H1.HeaderClassName
{
color: #C0BC12;
}
.AnyTagClassName
{
color: #C0BC12;
}
</style>
background-color css
<style>
a { background-color: #C0BC12; }
a { background-color: rgb(192,188,18); }
div.DivClassName
{
background-color: #C0BC12;
}
.BgClassName
{
background-color: #C0BC12;
}
</style>
border-color css
<style>
span { border-color: #C0BC12; }
span { border-color: rgb(192,188,18); }
td.TdClassName
{
border-color: #C0BC12;
}
.TagClassName
{
border-color: #C0BC12;
}
</style>