Shades of La Rioja #C4B706
Tints of La Rioja #C4B706
RGB
CMYK
RGB Variations
Color information
#C4B706 (or 0xC4B706) is known color: La Rioja. HEX triplet: C4, B7 and 06. RGB value is (196,183,6). Sum of RGB (Red+Green+Blue) = 196+183+6=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B706 is #3B48F9. Grayscale: #A7A7A7. Windows color (decimal): -3885306 or 440260. OLE color: 440260.
HSL color Cylindrical-coordinate representation of color #C4B706: hue angle of 55.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4B706 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 6 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.23 |
| HSL | 55.89º | 0.94% | 0.4% | - |
| HSV(B) | 55.89º | 0.97% | 0.77% | - |
| XYZ | 39.73 | 45.62 | 6.88 | - |
| YUV | 166.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 6 | 0 | 0.07 | 0.97 | 0.23 | 55.89 | 0.94 | 0.4 |
| Hex | C4 | B7 | 6 | 0 | 7 | 61 | 17 | 38 | 5E | 28 |
| Octal | 304 | 267 | 6 | 0 | 7 | 141 | 27 | 70 | 136 | 50 |
| Binary | 11000100 | 10110111 | 110 | 0 | 111 | 1100001 | 10111 | 111000 | 1011110 | 101000 |
Color Harmonies of #C4B706
Complementary color
Monochromatic Colors of #C4B706
Black with #C4B706
Text Example
Text Example
White with #C4B706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B706; }
p { color: rgb(196,183,6); }
H1.HeaderClassName
{
color: #C4B706;
}
.AnyTagClassName
{
color: #C4B706;
}
</style>
background-color css
<style>
a { background-color: #C4B706; }
a { background-color: rgb(196,183,6); }
div.DivClassName
{
background-color: #C4B706;
}
.BgClassName
{
background-color: #C4B706;
}
</style>
border-color css
<style>
span { border-color: #C4B706; }
span { border-color: rgb(196,183,6); }
td.TdClassName
{
border-color: #C4B706;
}
.TagClassName
{
border-color: #C4B706;
}
</style>