Shades of La Rioja #C4B510
Tints of La Rioja #C4B510
RGB
CMYK
RGB Variations
Color information
#C4B510 (or 0xC4B510) is known color: La Rioja. HEX triplet: C4, B5 and 10. RGB value is (196,181,16). Sum of RGB (Red+Green+Blue) = 196+181+16=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B510 is #3B4AEF. Grayscale: #A7A7A7. Windows color (decimal): -3885808 or 1095108. OLE color: 1095108.
HSL color Cylindrical-coordinate representation of color #C4B510: hue angle of 55º 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 #C4B510 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 16 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.23 |
| HSL | 55º | 0.85% | 0.42% | - |
| HSV(B) | 55º | 0.92% | 0.77% | - |
| XYZ | 39.38 | 44.82 | 7.07 | - |
| YUV | 166.68 | 42.97 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 16 | 0 | 0.08 | 0.92 | 0.23 | 55 | 0.85 | 0.42 |
| Hex | C4 | B5 | 10 | 0 | 8 | 5C | 17 | 37 | 55 | 2A |
| Octal | 304 | 265 | 20 | 0 | 10 | 134 | 27 | 67 | 125 | 52 |
| Binary | 11000100 | 10110101 | 10000 | 0 | 1000 | 1011100 | 10111 | 110111 | 1010101 | 101010 |
Color Harmonies of #C4B510
Complementary color
Monochromatic Colors of #C4B510
Black with #C4B510
Text Example
Text Example
White with #C4B510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B510; }
p { color: rgb(196,181,16); }
H1.HeaderClassName
{
color: #C4B510;
}
.AnyTagClassName
{
color: #C4B510;
}
</style>
background-color css
<style>
a { background-color: #C4B510; }
a { background-color: rgb(196,181,16); }
div.DivClassName
{
background-color: #C4B510;
}
.BgClassName
{
background-color: #C4B510;
}
</style>
border-color css
<style>
span { border-color: #C4B510; }
span { border-color: rgb(196,181,16); }
td.TdClassName
{
border-color: #C4B510;
}
.TagClassName
{
border-color: #C4B510;
}
</style>