Shades of La Rioja #C5BC0C
Tints of La Rioja #C5BC0C
RGB
CMYK
RGB Variations
Color information
#C5BC0C (or 0xC5BC0C) is known color: La Rioja. HEX triplet: C5, BC and 0C. RGB value is (197,188,12). Sum of RGB (Red+Green+Blue) = 197+188+12=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BC0C is #3A43F3. Grayscale: #ABABAB. Windows color (decimal): -3818484 or 834757. OLE color: 834757.
HSL color Cylindrical-coordinate representation of color #C5BC0C: hue angle of 57.08º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5BC0C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.23 |
| HSL | 57.08º | 0.89% | 0.41% | - |
| HSV(B) | 57.08º | 0.94% | 0.77% | - |
| XYZ | 41.08 | 47.86 | 7.42 | - |
| YUV | 170.63 | 38.48 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 12 | 0 | 0.05 | 0.94 | 0.23 | 57.08 | 0.89 | 0.41 |
| Hex | C5 | BC | C | 0 | 5 | 5E | 17 | 39 | 59 | 29 |
| Octal | 305 | 274 | 14 | 0 | 5 | 136 | 27 | 71 | 131 | 51 |
| Binary | 11000101 | 10111100 | 1100 | 0 | 101 | 1011110 | 10111 | 111001 | 1011001 | 101001 |
Color Harmonies of #C5BC0C
Complementary color
Monochromatic Colors of #C5BC0C
Black with #C5BC0C
Text Example
Text Example
White with #C5BC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC0C; }
p { color: rgb(197,188,12); }
H1.HeaderClassName
{
color: #C5BC0C;
}
.AnyTagClassName
{
color: #C5BC0C;
}
</style>
background-color css
<style>
a { background-color: #C5BC0C; }
a { background-color: rgb(197,188,12); }
div.DivClassName
{
background-color: #C5BC0C;
}
.BgClassName
{
background-color: #C5BC0C;
}
</style>
border-color css
<style>
span { border-color: #C5BC0C; }
span { border-color: rgb(197,188,12); }
td.TdClassName
{
border-color: #C5BC0C;
}
.TagClassName
{
border-color: #C5BC0C;
}
</style>