Shades of La Rioja #C5B60B
Tints of La Rioja #C5B60B
RGB
CMYK
RGB Variations
Color information
#C5B60B (or 0xC5B60B) is known color: La Rioja. HEX triplet: C5, B6 and 0B. RGB value is (197,182,11). Sum of RGB (Red+Green+Blue) = 197+182+11=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B60B is #3A49F4. Grayscale: #A7A7A7. Windows color (decimal): -3820021 or 767685. OLE color: 767685.
HSL color Cylindrical-coordinate representation of color #C5B60B: hue angle of 55.16º 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 #C5B60B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.23 |
| HSL | 55.16º | 0.89% | 0.41% | - |
| HSV(B) | 55.16º | 0.94% | 0.77% | - |
| XYZ | 39.81 | 45.35 | 6.97 | - |
| YUV | 166.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 11 | 0 | 0.08 | 0.94 | 0.23 | 55.16 | 0.89 | 0.41 |
| Hex | C5 | B6 | B | 0 | 8 | 5E | 17 | 37 | 59 | 29 |
| Octal | 305 | 266 | 13 | 0 | 10 | 136 | 27 | 67 | 131 | 51 |
| Binary | 11000101 | 10110110 | 1011 | 0 | 1000 | 1011110 | 10111 | 110111 | 1011001 | 101001 |
Color Harmonies of #C5B60B
Complementary color
Monochromatic Colors of #C5B60B
Black with #C5B60B
Text Example
Text Example
White with #C5B60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B60B; }
p { color: rgb(197,182,11); }
H1.HeaderClassName
{
color: #C5B60B;
}
.AnyTagClassName
{
color: #C5B60B;
}
</style>
background-color css
<style>
a { background-color: #C5B60B; }
a { background-color: rgb(197,182,11); }
div.DivClassName
{
background-color: #C5B60B;
}
.BgClassName
{
background-color: #C5B60B;
}
</style>
border-color css
<style>
span { border-color: #C5B60B; }
span { border-color: rgb(197,182,11); }
td.TdClassName
{
border-color: #C5B60B;
}
.TagClassName
{
border-color: #C5B60B;
}
</style>