Shades of La Rioja #C0BE0C
Tints of La Rioja #C0BE0C
RGB
CMYK
RGB Variations
Color information
#C0BE0C (or 0xC0BE0C) is known color: La Rioja. HEX triplet: C0, BE and 0C. RGB value is (192,190,12). Sum of RGB (Red+Green+Blue) = 192+190+12=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BE0C is #3F41F3. Grayscale: #ABABAB. Windows color (decimal): -4145652 or 835264. OLE color: 835264.
HSL color Cylindrical-coordinate representation of color #C0BE0C: hue angle of 59.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0BE0C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.25 |
| HSL | 59.33º | 0.88% | 0.4% | - |
| HSV(B) | 59.33º | 0.94% | 0.75% | - |
| XYZ | 40.22 | 48.06 | 7.5 | - |
| YUV | 170.31 | 38.66 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 12 | 0 | 0.01 | 0.94 | 0.25 | 59.33 | 0.88 | 0.4 |
| Hex | C0 | BE | C | 0 | 1 | 5E | 19 | 3B | 58 | 28 |
| Octal | 300 | 276 | 14 | 0 | 1 | 136 | 31 | 73 | 130 | 50 |
| Binary | 11000000 | 10111110 | 1100 | 0 | 1 | 1011110 | 11001 | 111011 | 1011000 | 101000 |
Color Harmonies of #C0BE0C
Complementary color
Monochromatic Colors of #C0BE0C
Black with #C0BE0C
Text Example
Text Example
White with #C0BE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE0C; }
p { color: rgb(192,190,12); }
H1.HeaderClassName
{
color: #C0BE0C;
}
.AnyTagClassName
{
color: #C0BE0C;
}
</style>
background-color css
<style>
a { background-color: #C0BE0C; }
a { background-color: rgb(192,190,12); }
div.DivClassName
{
background-color: #C0BE0C;
}
.BgClassName
{
background-color: #C0BE0C;
}
</style>
border-color css
<style>
span { border-color: #C0BE0C; }
span { border-color: rgb(192,190,12); }
td.TdClassName
{
border-color: #C0BE0C;
}
.TagClassName
{
border-color: #C0BE0C;
}
</style>