Shades of La Rioja #C7B200
Tints of La Rioja #C7B200
RGB
CMYK
RGB Variations
Color information
#C7B200 (or 0xC7B200) is known color: La Rioja. HEX triplet: C7, B2 and 00. RGB value is (199,178,0). Sum of RGB (Red+Green+Blue) = 199+178+0=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B200 is #384DFF. Grayscale: #A4A4A4. Windows color (decimal): -3689984 or 45767. OLE color: 45767.
HSL color Cylindrical-coordinate representation of color #C7B200: hue angle of 53.67º 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 #C7B200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.22 |
| HSL | 53.67º | 1% | 0.39% | - |
| HSV(B) | 53.67º | 1% | 0.78% | - |
| XYZ | 39.47 | 43.98 | 6.41 | - |
| YUV | 163.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 0 | 0 | 0.11 | 1 | 0.22 | 53.67 | 1 | 0.39 |
| Hex | C7 | B2 | 0 | 0 | B | 64 | 16 | 36 | 64 | 27 |
| Octal | 307 | 262 | 0 | 0 | 13 | 144 | 26 | 66 | 144 | 47 |
| Binary | 11000111 | 10110010 | 0 | 0 | 1011 | 1100100 | 10110 | 110110 | 1100100 | 100111 |
Color Harmonies of #C7B200
Complementary color
Monochromatic Colors of #C7B200
Black with #C7B200
Text Example
Text Example
White with #C7B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B200; }
p { color: rgb(199,178,0); }
H1.HeaderClassName
{
color: #C7B200;
}
.AnyTagClassName
{
color: #C7B200;
}
</style>
background-color css
<style>
a { background-color: #C7B200; }
a { background-color: rgb(199,178,0); }
div.DivClassName
{
background-color: #C7B200;
}
.BgClassName
{
background-color: #C7B200;
}
</style>
border-color css
<style>
span { border-color: #C7B200; }
span { border-color: rgb(199,178,0); }
td.TdClassName
{
border-color: #C7B200;
}
.TagClassName
{
border-color: #C7B200;
}
</style>