Shades of La Rioja #C4BF11
Tints of La Rioja #C4BF11
RGB
CMYK
RGB Variations
Color information
#C4BF11 (or 0xC4BF11) is known color: La Rioja. HEX triplet: C4, BF and 11. RGB value is (196,191,17). Sum of RGB (Red+Green+Blue) = 196+191+17=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BF11 is #3B40EE. Grayscale: #ADADAD. Windows color (decimal): -3883247 or 1163204. OLE color: 1163204.
HSL color Cylindrical-coordinate representation of color #C4BF11: hue angle of 58.32º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4BF11 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 17 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.23 |
| HSL | 58.32º | 0.84% | 0.42% | - |
| HSV(B) | 58.32º | 0.91% | 0.77% | - |
| XYZ | 41.5 | 49.04 | 7.81 | - |
| YUV | 172.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 17 | 0 | 0.03 | 0.91 | 0.23 | 58.32 | 0.84 | 0.42 |
| Hex | C4 | BF | 11 | 0 | 3 | 5B | 17 | 3A | 54 | 2A |
| Octal | 304 | 277 | 21 | 0 | 3 | 133 | 27 | 72 | 124 | 52 |
| Binary | 11000100 | 10111111 | 10001 | 0 | 11 | 1011011 | 10111 | 111010 | 1010100 | 101010 |
Color Harmonies of #C4BF11
Complementary color
Monochromatic Colors of #C4BF11
Black with #C4BF11
Text Example
Text Example
White with #C4BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF11; }
p { color: rgb(196,191,17); }
H1.HeaderClassName
{
color: #C4BF11;
}
.AnyTagClassName
{
color: #C4BF11;
}
</style>
background-color css
<style>
a { background-color: #C4BF11; }
a { background-color: rgb(196,191,17); }
div.DivClassName
{
background-color: #C4BF11;
}
.BgClassName
{
background-color: #C4BF11;
}
</style>
border-color css
<style>
span { border-color: #C4BF11; }
span { border-color: rgb(196,191,17); }
td.TdClassName
{
border-color: #C4BF11;
}
.TagClassName
{
border-color: #C4BF11;
}
</style>