Shades of La Rioja #C5B007
Tints of La Rioja #C5B007
RGB
CMYK
RGB Variations
Color information
#C5B007 (or 0xC5B007) is known color: La Rioja. HEX triplet: C5, B0 and 07. RGB value is (197,176,7). Sum of RGB (Red+Green+Blue) = 197+176+7=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B007 is #3A4FF8. Grayscale: #A3A3A3. Windows color (decimal): -3821561 or 504005. OLE color: 504005.
HSL color Cylindrical-coordinate representation of color #C5B007: hue angle of 53.37º 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 #C5B007 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.23 |
| HSL | 53.37º | 0.93% | 0.4% | - |
| HSV(B) | 53.37º | 0.96% | 0.77% | - |
| XYZ | 38.59 | 42.94 | 6.45 | - |
| YUV | 163.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 7 | 0 | 0.11 | 0.96 | 0.23 | 53.37 | 0.93 | 0.4 |
| Hex | C5 | B0 | 7 | 0 | B | 60 | 17 | 35 | 5D | 28 |
| Octal | 305 | 260 | 7 | 0 | 13 | 140 | 27 | 65 | 135 | 50 |
| Binary | 11000101 | 10110000 | 111 | 0 | 1011 | 1100000 | 10111 | 110101 | 1011101 | 101000 |
Color Harmonies of #C5B007
Complementary color
Monochromatic Colors of #C5B007
Black with #C5B007
Text Example
Text Example
White with #C5B007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B007; }
p { color: rgb(197,176,7); }
H1.HeaderClassName
{
color: #C5B007;
}
.AnyTagClassName
{
color: #C5B007;
}
</style>
background-color css
<style>
a { background-color: #C5B007; }
a { background-color: rgb(197,176,7); }
div.DivClassName
{
background-color: #C5B007;
}
.BgClassName
{
background-color: #C5B007;
}
</style>
border-color css
<style>
span { border-color: #C5B007; }
span { border-color: rgb(197,176,7); }
td.TdClassName
{
border-color: #C5B007;
}
.TagClassName
{
border-color: #C5B007;
}
</style>