Shades of La Rioja #C7B501
Tints of La Rioja #C7B501
RGB
CMYK
RGB Variations
Color information
#C7B501 (or 0xC7B501) is known color: La Rioja. HEX triplet: C7, B5 and 01. RGB value is (199,181,1). Sum of RGB (Red+Green+Blue) = 199+181+1=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B501 is #384AFE. Grayscale: #A6A6A6. Windows color (decimal): -3689215 or 112071. OLE color: 112071.
HSL color Cylindrical-coordinate representation of color #C7B501: hue angle of 54.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7B501 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.22 |
| HSL | 54.55º | 0.99% | 0.39% | - |
| HSV(B) | 54.55º | 0.99% | 0.78% | - |
| XYZ | 40.08 | 45.19 | 6.64 | - |
| YUV | 165.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 1 | 0 | 0.09 | 0.99 | 0.22 | 54.55 | 0.99 | 0.39 |
| Hex | C7 | B5 | 1 | 0 | 9 | 63 | 16 | 37 | 63 | 27 |
| Octal | 307 | 265 | 1 | 0 | 11 | 143 | 26 | 67 | 143 | 47 |
| Binary | 11000111 | 10110101 | 1 | 0 | 1001 | 1100011 | 10110 | 110111 | 1100011 | 100111 |
Color Harmonies of #C7B501
Complementary color
Monochromatic Colors of #C7B501
Black with #C7B501
Text Example
Text Example
White with #C7B501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B501; }
p { color: rgb(199,181,1); }
H1.HeaderClassName
{
color: #C7B501;
}
.AnyTagClassName
{
color: #C7B501;
}
</style>
background-color css
<style>
a { background-color: #C7B501; }
a { background-color: rgb(199,181,1); }
div.DivClassName
{
background-color: #C7B501;
}
.BgClassName
{
background-color: #C7B501;
}
</style>
border-color css
<style>
span { border-color: #C7B501; }
span { border-color: rgb(199,181,1); }
td.TdClassName
{
border-color: #C7B501;
}
.TagClassName
{
border-color: #C7B501;
}
</style>