Shades of La Rioja #C4B910
Tints of La Rioja #C4B910
RGB
CMYK
RGB Variations
Color information
#C4B910 (or 0xC4B910) is known color: La Rioja. HEX triplet: C4, B9 and 10. RGB value is (196,185,16). Sum of RGB (Red+Green+Blue) = 196+185+16=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B910 is #3B46EF. Grayscale: #A9A9A9. Windows color (decimal): -3884784 or 1096132. OLE color: 1096132.
HSL color Cylindrical-coordinate representation of color #C4B910: hue angle of 56.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4B910 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.23 |
| HSL | 56.33º | 0.85% | 0.42% | - |
| HSV(B) | 56.33º | 0.92% | 0.77% | - |
| XYZ | 40.21 | 46.47 | 7.34 | - |
| YUV | 169.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 16 | 0 | 0.06 | 0.92 | 0.23 | 56.33 | 0.85 | 0.42 |
| Hex | C4 | B9 | 10 | 0 | 6 | 5C | 17 | 38 | 55 | 2A |
| Octal | 304 | 271 | 20 | 0 | 6 | 134 | 27 | 70 | 125 | 52 |
| Binary | 11000100 | 10111001 | 10000 | 0 | 110 | 1011100 | 10111 | 111000 | 1010101 | 101010 |
Color Harmonies of #C4B910
Complementary color
Monochromatic Colors of #C4B910
Black with #C4B910
Text Example
Text Example
White with #C4B910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B910; }
p { color: rgb(196,185,16); }
H1.HeaderClassName
{
color: #C4B910;
}
.AnyTagClassName
{
color: #C4B910;
}
</style>
background-color css
<style>
a { background-color: #C4B910; }
a { background-color: rgb(196,185,16); }
div.DivClassName
{
background-color: #C4B910;
}
.BgClassName
{
background-color: #C4B910;
}
</style>
border-color css
<style>
span { border-color: #C4B910; }
span { border-color: rgb(196,185,16); }
td.TdClassName
{
border-color: #C4B910;
}
.TagClassName
{
border-color: #C4B910;
}
</style>