Shades of La Rioja #C1BC08
Tints of La Rioja #C1BC08
RGB
CMYK
RGB Variations
Color information
#C1BC08 (or 0xC1BC08) is known color: La Rioja. HEX triplet: C1, BC and 08. RGB value is (193,188,8). Sum of RGB (Red+Green+Blue) = 193+188+8=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BC08 is #3E43F7. Grayscale: #A9A9A9. Windows color (decimal): -4080632 or 572609. OLE color: 572609.
HSL color Cylindrical-coordinate representation of color #C1BC08: hue angle of 58.38º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1BC08 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.24 |
| HSL | 58.38º | 0.92% | 0.39% | - |
| HSV(B) | 58.38º | 0.96% | 0.76% | - |
| XYZ | 40.02 | 47.32 | 7.25 | - |
| YUV | 168.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 8 | 0 | 0.03 | 0.96 | 0.24 | 58.38 | 0.92 | 0.39 |
| Hex | C1 | BC | 8 | 0 | 3 | 60 | 18 | 3A | 5C | 27 |
| Octal | 301 | 274 | 10 | 0 | 3 | 140 | 30 | 72 | 134 | 47 |
| Binary | 11000001 | 10111100 | 1000 | 0 | 11 | 1100000 | 11000 | 111010 | 1011100 | 100111 |
Color Harmonies of #C1BC08
Complementary color
Monochromatic Colors of #C1BC08
Black with #C1BC08
Text Example
Text Example
White with #C1BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC08; }
p { color: rgb(193,188,8); }
H1.HeaderClassName
{
color: #C1BC08;
}
.AnyTagClassName
{
color: #C1BC08;
}
</style>
background-color css
<style>
a { background-color: #C1BC08; }
a { background-color: rgb(193,188,8); }
div.DivClassName
{
background-color: #C1BC08;
}
.BgClassName
{
background-color: #C1BC08;
}
</style>
border-color css
<style>
span { border-color: #C1BC08; }
span { border-color: rgb(193,188,8); }
td.TdClassName
{
border-color: #C1BC08;
}
.TagClassName
{
border-color: #C1BC08;
}
</style>