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