Shades of La Rioja #C6BE0C
Tints of La Rioja #C6BE0C
RGB
CMYK
RGB Variations
Color information
#C6BE0C (or 0xC6BE0C) is known color: La Rioja. HEX triplet: C6, BE and 0C. RGB value is (198,190,12). Sum of RGB (Red+Green+Blue) = 198+190+12=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE0C is #3941F3. Grayscale: #ACACAC. Windows color (decimal): -3752436 or 835270. OLE color: 835270.
HSL color Cylindrical-coordinate representation of color #C6BE0C: hue angle of 57.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6BE0C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.22 |
| HSL | 57.42º | 0.89% | 0.41% | - |
| HSV(B) | 57.42º | 0.94% | 0.78% | - |
| XYZ | 41.77 | 48.86 | 7.58 | - |
| YUV | 172.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 12 | 0 | 0.04 | 0.94 | 0.22 | 57.42 | 0.89 | 0.41 |
| Hex | C6 | BE | C | 0 | 4 | 5E | 16 | 39 | 59 | 29 |
| Octal | 306 | 276 | 14 | 0 | 4 | 136 | 26 | 71 | 131 | 51 |
| Binary | 11000110 | 10111110 | 1100 | 0 | 100 | 1011110 | 10110 | 111001 | 1011001 | 101001 |
Color Harmonies of #C6BE0C
Complementary color
Monochromatic Colors of #C6BE0C
Black with #C6BE0C
Text Example
Text Example
White with #C6BE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE0C; }
p { color: rgb(198,190,12); }
H1.HeaderClassName
{
color: #C6BE0C;
}
.AnyTagClassName
{
color: #C6BE0C;
}
</style>
background-color css
<style>
a { background-color: #C6BE0C; }
a { background-color: rgb(198,190,12); }
div.DivClassName
{
background-color: #C6BE0C;
}
.BgClassName
{
background-color: #C6BE0C;
}
</style>
border-color css
<style>
span { border-color: #C6BE0C; }
span { border-color: rgb(198,190,12); }
td.TdClassName
{
border-color: #C6BE0C;
}
.TagClassName
{
border-color: #C6BE0C;
}
</style>