Shades of La Rioja #C8BA00
Tints of La Rioja #C8BA00
RGB
CMYK
RGB Variations
Color information
#C8BA00 (or 0xC8BA00) is known color: La Rioja. HEX triplet: C8, BA and 00. RGB value is (200,186,0). Sum of RGB (Red+Green+Blue) = 200+186+0=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA00 is #3745FF. Grayscale: #A9A9A9. Windows color (decimal): -3622400 or 47816. OLE color: 47816.
HSL color Cylindrical-coordinate representation of color #C8BA00: hue angle of 55.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8BA00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.22 |
| HSL | 55.8º | 1% | 0.39% | - |
| HSV(B) | 55.8º | 1% | 0.78% | - |
| XYZ | 41.38 | 47.4 | 6.97 | - |
| YUV | 168.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 0 | 0 | 0.07 | 1 | 0.22 | 55.8 | 1 | 0.39 |
| Hex | C8 | BA | 0 | 0 | 7 | 64 | 16 | 38 | 64 | 27 |
| Octal | 310 | 272 | 0 | 0 | 7 | 144 | 26 | 70 | 144 | 47 |
| Binary | 11001000 | 10111010 | 0 | 0 | 111 | 1100100 | 10110 | 111000 | 1100100 | 100111 |
Color Harmonies of #C8BA00
Complementary color
Monochromatic Colors of #C8BA00
Black with #C8BA00
Text Example
Text Example
White with #C8BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA00; }
p { color: rgb(200,186,0); }
H1.HeaderClassName
{
color: #C8BA00;
}
.AnyTagClassName
{
color: #C8BA00;
}
</style>
background-color css
<style>
a { background-color: #C8BA00; }
a { background-color: rgb(200,186,0); }
div.DivClassName
{
background-color: #C8BA00;
}
.BgClassName
{
background-color: #C8BA00;
}
</style>
border-color css
<style>
span { border-color: #C8BA00; }
span { border-color: rgb(200,186,0); }
td.TdClassName
{
border-color: #C8BA00;
}
.TagClassName
{
border-color: #C8BA00;
}
</style>