Shades of La Rioja #C4B607
Tints of La Rioja #C4B607
RGB
CMYK
RGB Variations
Color information
#C4B607 (or 0xC4B607) is known color: La Rioja. HEX triplet: C4, B6 and 07. RGB value is (196,182,7). Sum of RGB (Red+Green+Blue) = 196+182+7=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B607 is #3B49F8. Grayscale: #A6A6A6. Windows color (decimal): -3885561 or 505540. OLE color: 505540.
HSL color Cylindrical-coordinate representation of color #C4B607: hue angle of 55.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4B607 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.23 |
| HSL | 55.56º | 0.93% | 0.4% | - |
| HSV(B) | 55.56º | 0.96% | 0.77% | - |
| XYZ | 39.53 | 45.21 | 6.84 | - |
| YUV | 166.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 7 | 0 | 0.07 | 0.96 | 0.23 | 55.56 | 0.93 | 0.4 |
| Hex | C4 | B6 | 7 | 0 | 7 | 60 | 17 | 38 | 5D | 28 |
| Octal | 304 | 266 | 7 | 0 | 7 | 140 | 27 | 70 | 135 | 50 |
| Binary | 11000100 | 10110110 | 111 | 0 | 111 | 1100000 | 10111 | 111000 | 1011101 | 101000 |
Color Harmonies of #C4B607
Complementary color
Monochromatic Colors of #C4B607
Black with #C4B607
Text Example
Text Example
White with #C4B607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B607; }
p { color: rgb(196,182,7); }
H1.HeaderClassName
{
color: #C4B607;
}
.AnyTagClassName
{
color: #C4B607;
}
</style>
background-color css
<style>
a { background-color: #C4B607; }
a { background-color: rgb(196,182,7); }
div.DivClassName
{
background-color: #C4B607;
}
.BgClassName
{
background-color: #C4B607;
}
</style>
border-color css
<style>
span { border-color: #C4B607; }
span { border-color: rgb(196,182,7); }
td.TdClassName
{
border-color: #C4B607;
}
.TagClassName
{
border-color: #C4B607;
}
</style>