Shades of La Rioja #C5BF01
Tints of La Rioja #C5BF01
RGB
CMYK
RGB Variations
Color information
#C5BF01 (or 0xC5BF01) is known color: La Rioja. HEX triplet: C5, BF and 01. RGB value is (197,191,1). Sum of RGB (Red+Green+Blue) = 197+191+1=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF01 is #3A40FE. Grayscale: #ABABAB. Windows color (decimal): -3817727 or 114629. OLE color: 114629.
HSL color Cylindrical-coordinate representation of color #C5BF01: hue angle of 58.16º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5BF01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.23 |
| HSL | 58.16º | 0.99% | 0.39% | - |
| HSV(B) | 58.16º | 0.99% | 0.77% | - |
| XYZ | 41.66 | 49.13 | 7.32 | - |
| YUV | 171.13 | 31.99 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 1 | 0 | 0.03 | 0.99 | 0.23 | 58.16 | 0.99 | 0.39 |
| Hex | C5 | BF | 1 | 0 | 3 | 63 | 17 | 3A | 63 | 27 |
| Octal | 305 | 277 | 1 | 0 | 3 | 143 | 27 | 72 | 143 | 47 |
| Binary | 11000101 | 10111111 | 1 | 0 | 11 | 1100011 | 10111 | 111010 | 1100011 | 100111 |
Color Harmonies of #C5BF01
Complementary color
Monochromatic Colors of #C5BF01
Black with #C5BF01
Text Example
Text Example
White with #C5BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF01; }
p { color: rgb(197,191,1); }
H1.HeaderClassName
{
color: #C5BF01;
}
.AnyTagClassName
{
color: #C5BF01;
}
</style>
background-color css
<style>
a { background-color: #C5BF01; }
a { background-color: rgb(197,191,1); }
div.DivClassName
{
background-color: #C5BF01;
}
.BgClassName
{
background-color: #C5BF01;
}
</style>
border-color css
<style>
span { border-color: #C5BF01; }
span { border-color: rgb(197,191,1); }
td.TdClassName
{
border-color: #C5BF01;
}
.TagClassName
{
border-color: #C5BF01;
}
</style>