Shades of La Rioja #C4B710
Tints of La Rioja #C4B710
RGB
CMYK
RGB Variations
Color information
#C4B710 (or 0xC4B710) is known color: La Rioja. HEX triplet: C4, B7 and 10. RGB value is (196,183,16). Sum of RGB (Red+Green+Blue) = 196+183+16=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B710 is #3B48EF. Grayscale: #A8A8A8. Windows color (decimal): -3885296 or 1095620. OLE color: 1095620.
HSL color Cylindrical-coordinate representation of color #C4B710: hue angle of 55.67º 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 #C4B710 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 16 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.23 |
| HSL | 55.67º | 0.85% | 0.42% | - |
| HSV(B) | 55.67º | 0.92% | 0.77% | - |
| XYZ | 39.79 | 45.64 | 7.2 | - |
| YUV | 167.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 16 | 0 | 0.07 | 0.92 | 0.23 | 55.67 | 0.85 | 0.42 |
| Hex | C4 | B7 | 10 | 0 | 7 | 5C | 17 | 38 | 55 | 2A |
| Octal | 304 | 267 | 20 | 0 | 7 | 134 | 27 | 70 | 125 | 52 |
| Binary | 11000100 | 10110111 | 10000 | 0 | 111 | 1011100 | 10111 | 111000 | 1010101 | 101010 |
Color Harmonies of #C4B710
Complementary color
Monochromatic Colors of #C4B710
Black with #C4B710
Text Example
Text Example
White with #C4B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B710; }
p { color: rgb(196,183,16); }
H1.HeaderClassName
{
color: #C4B710;
}
.AnyTagClassName
{
color: #C4B710;
}
</style>
background-color css
<style>
a { background-color: #C4B710; }
a { background-color: rgb(196,183,16); }
div.DivClassName
{
background-color: #C4B710;
}
.BgClassName
{
background-color: #C4B710;
}
</style>
border-color css
<style>
span { border-color: #C4B710; }
span { border-color: rgb(196,183,16); }
td.TdClassName
{
border-color: #C4B710;
}
.TagClassName
{
border-color: #C4B710;
}
</style>