Shades of La Rioja #C7B100
Tints of La Rioja #C7B100
RGB
CMYK
RGB Variations
Color information
#C7B100 (or 0xC7B100) is known color: La Rioja. HEX triplet: C7, B1 and 00. RGB value is (199,177,0). Sum of RGB (Red+Green+Blue) = 199+177+0=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B100 is #384EFF. Grayscale: #A4A4A4. Windows color (decimal): -3690240 or 45511. OLE color: 45511.
HSL color Cylindrical-coordinate representation of color #C7B100: hue angle of 53.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7B100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.22 |
| HSL | 53.37º | 1% | 0.39% | - |
| HSV(B) | 53.37º | 1% | 0.78% | - |
| XYZ | 39.28 | 43.59 | 6.34 | - |
| YUV | 163.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 0 | 0 | 0.11 | 1 | 0.22 | 53.37 | 1 | 0.39 |
| Hex | C7 | B1 | 0 | 0 | B | 64 | 16 | 35 | 64 | 27 |
| Octal | 307 | 261 | 0 | 0 | 13 | 144 | 26 | 65 | 144 | 47 |
| Binary | 11000111 | 10110001 | 0 | 0 | 1011 | 1100100 | 10110 | 110101 | 1100100 | 100111 |
Color Harmonies of #C7B100
Complementary color
Monochromatic Colors of #C7B100
Black with #C7B100
Text Example
Text Example
White with #C7B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B100; }
p { color: rgb(199,177,0); }
H1.HeaderClassName
{
color: #C7B100;
}
.AnyTagClassName
{
color: #C7B100;
}
</style>
background-color css
<style>
a { background-color: #C7B100; }
a { background-color: rgb(199,177,0); }
div.DivClassName
{
background-color: #C7B100;
}
.BgClassName
{
background-color: #C7B100;
}
</style>
border-color css
<style>
span { border-color: #C7B100; }
span { border-color: rgb(199,177,0); }
td.TdClassName
{
border-color: #C7B100;
}
.TagClassName
{
border-color: #C7B100;
}
</style>