Shades of La Rioja #C5BF0A
Tints of La Rioja #C5BF0A
RGB
CMYK
RGB Variations
Color information
#C5BF0A (or 0xC5BF0A) is known color: La Rioja. HEX triplet: C5, BF and 0A. RGB value is (197,191,10). Sum of RGB (Red+Green+Blue) = 197+191+10=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF0A is #3A40F5. Grayscale: #ACACAC. Windows color (decimal): -3817718 or 704453. OLE color: 704453.
HSL color Cylindrical-coordinate representation of color #C5BF0A: hue angle of 58.07º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5BF0A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.23 |
| HSL | 58.07º | 0.9% | 0.41% | - |
| HSV(B) | 58.07º | 0.95% | 0.77% | - |
| XYZ | 41.71 | 49.15 | 7.58 | - |
| YUV | 172.16 | 36.49 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 10 | 0 | 0.03 | 0.95 | 0.23 | 58.07 | 0.9 | 0.41 |
| Hex | C5 | BF | A | 0 | 3 | 5F | 17 | 3A | 5A | 29 |
| Octal | 305 | 277 | 12 | 0 | 3 | 137 | 27 | 72 | 132 | 51 |
| Binary | 11000101 | 10111111 | 1010 | 0 | 11 | 1011111 | 10111 | 111010 | 1011010 | 101001 |
Color Harmonies of #C5BF0A
Complementary color
Monochromatic Colors of #C5BF0A
Black with #C5BF0A
Text Example
Text Example
White with #C5BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF0A; }
p { color: rgb(197,191,10); }
H1.HeaderClassName
{
color: #C5BF0A;
}
.AnyTagClassName
{
color: #C5BF0A;
}
</style>
background-color css
<style>
a { background-color: #C5BF0A; }
a { background-color: rgb(197,191,10); }
div.DivClassName
{
background-color: #C5BF0A;
}
.BgClassName
{
background-color: #C5BF0A;
}
</style>
border-color css
<style>
span { border-color: #C5BF0A; }
span { border-color: rgb(197,191,10); }
td.TdClassName
{
border-color: #C5BF0A;
}
.TagClassName
{
border-color: #C5BF0A;
}
</style>