Shades of La Rioja #C4B811
Tints of La Rioja #C4B811
RGB
CMYK
RGB Variations
Color information
#C4B811 (or 0xC4B811) is known color: La Rioja. HEX triplet: C4, B8 and 11. RGB value is (196,184,17). Sum of RGB (Red+Green+Blue) = 196+184+17=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B811 is #3B47EE. Grayscale: #A9A9A9. Windows color (decimal): -3885039 or 1161412. OLE color: 1161412.
HSL color Cylindrical-coordinate representation of color #C4B811: hue angle of 55.98º 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 #C4B811 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.23 |
| HSL | 55.98º | 0.84% | 0.42% | - |
| HSV(B) | 55.98º | 0.91% | 0.77% | - |
| XYZ | 40.01 | 46.06 | 7.31 | - |
| YUV | 168.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 17 | 0 | 0.06 | 0.91 | 0.23 | 55.98 | 0.84 | 0.42 |
| Hex | C4 | B8 | 11 | 0 | 6 | 5B | 17 | 38 | 54 | 2A |
| Octal | 304 | 270 | 21 | 0 | 6 | 133 | 27 | 70 | 124 | 52 |
| Binary | 11000100 | 10111000 | 10001 | 0 | 110 | 1011011 | 10111 | 111000 | 1010100 | 101010 |
Color Harmonies of #C4B811
Complementary color
Monochromatic Colors of #C4B811
Black with #C4B811
Text Example
Text Example
White with #C4B811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B811; }
p { color: rgb(196,184,17); }
H1.HeaderClassName
{
color: #C4B811;
}
.AnyTagClassName
{
color: #C4B811;
}
</style>
background-color css
<style>
a { background-color: #C4B811; }
a { background-color: rgb(196,184,17); }
div.DivClassName
{
background-color: #C4B811;
}
.BgClassName
{
background-color: #C4B811;
}
</style>
border-color css
<style>
span { border-color: #C4B811; }
span { border-color: rgb(196,184,17); }
td.TdClassName
{
border-color: #C4B811;
}
.TagClassName
{
border-color: #C4B811;
}
</style>