Shades of La Rioja #C5B80C
Tints of La Rioja #C5B80C
RGB
CMYK
RGB Variations
Color information
#C5B80C (or 0xC5B80C) is known color: La Rioja. HEX triplet: C5, B8 and 0C. RGB value is (197,184,12). Sum of RGB (Red+Green+Blue) = 197+184+12=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B80C is #3A47F3. Grayscale: #A8A8A8. Windows color (decimal): -3819508 or 833733. OLE color: 833733.
HSL color Cylindrical-coordinate representation of color #C5B80C: hue angle of 55.78º 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 #C5B80C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.23 |
| HSL | 55.78º | 0.89% | 0.41% | - |
| HSV(B) | 55.78º | 0.94% | 0.77% | - |
| XYZ | 40.23 | 46.18 | 7.14 | - |
| YUV | 168.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 12 | 0 | 0.07 | 0.94 | 0.23 | 55.78 | 0.89 | 0.41 |
| Hex | C5 | B8 | C | 0 | 7 | 5E | 17 | 38 | 59 | 29 |
| Octal | 305 | 270 | 14 | 0 | 7 | 136 | 27 | 70 | 131 | 51 |
| Binary | 11000101 | 10111000 | 1100 | 0 | 111 | 1011110 | 10111 | 111000 | 1011001 | 101001 |
Color Harmonies of #C5B80C
Complementary color
Monochromatic Colors of #C5B80C
Black with #C5B80C
Text Example
Text Example
White with #C5B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B80C; }
p { color: rgb(197,184,12); }
H1.HeaderClassName
{
color: #C5B80C;
}
.AnyTagClassName
{
color: #C5B80C;
}
</style>
background-color css
<style>
a { background-color: #C5B80C; }
a { background-color: rgb(197,184,12); }
div.DivClassName
{
background-color: #C5B80C;
}
.BgClassName
{
background-color: #C5B80C;
}
</style>
border-color css
<style>
span { border-color: #C5B80C; }
span { border-color: rgb(197,184,12); }
td.TdClassName
{
border-color: #C5B80C;
}
.TagClassName
{
border-color: #C5B80C;
}
</style>