Shades of La Rioja #C5B20B
Tints of La Rioja #C5B20B
RGB
CMYK
RGB Variations
Color information
#C5B20B (or 0xC5B20B) is known color: La Rioja. HEX triplet: C5, B2 and 0B. RGB value is (197,178,11). Sum of RGB (Red+Green+Blue) = 197+178+11=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B20B is #3A4DF4. Grayscale: #A5A5A5. Windows color (decimal): -3821045 or 766661. OLE color: 766661.
HSL color Cylindrical-coordinate representation of color #C5B20B: hue angle of 53.87º 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 #C5B20B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.23 |
| HSL | 53.87º | 0.89% | 0.41% | - |
| HSV(B) | 53.87º | 0.94% | 0.77% | - |
| XYZ | 39.01 | 43.74 | 6.7 | - |
| YUV | 164.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 11 | 0 | 0.10 | 0.94 | 0.23 | 53.87 | 0.89 | 0.41 |
| Hex | C5 | B2 | B | 0 | A | 5E | 17 | 36 | 59 | 29 |
| Octal | 305 | 262 | 13 | 0 | 12 | 136 | 27 | 66 | 131 | 51 |
| Binary | 11000101 | 10110010 | 1011 | 0 | 1010 | 1011110 | 10111 | 110110 | 1011001 | 101001 |
Color Harmonies of #C5B20B
Complementary color
Monochromatic Colors of #C5B20B
Black with #C5B20B
Text Example
Text Example
White with #C5B20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B20B; }
p { color: rgb(197,178,11); }
H1.HeaderClassName
{
color: #C5B20B;
}
.AnyTagClassName
{
color: #C5B20B;
}
</style>
background-color css
<style>
a { background-color: #C5B20B; }
a { background-color: rgb(197,178,11); }
div.DivClassName
{
background-color: #C5B20B;
}
.BgClassName
{
background-color: #C5B20B;
}
</style>
border-color css
<style>
span { border-color: #C5B20B; }
span { border-color: rgb(197,178,11); }
td.TdClassName
{
border-color: #C5B20B;
}
.TagClassName
{
border-color: #C5B20B;
}
</style>