Shades of La Rioja #C7C001
Tints of La Rioja #C7C001
RGB
CMYK
RGB Variations
Color information
#C7C001 (or 0xC7C001) is known color: La Rioja. HEX triplet: C7, C0 and 01. RGB value is (199,192,1). Sum of RGB (Red+Green+Blue) = 199+192+1=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C001 is #383FFE. Grayscale: #ADADAD. Windows color (decimal): -3686399 or 114887. OLE color: 114887.
HSL color Cylindrical-coordinate representation of color #C7C001: hue angle of 57.88º 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 #C7C001 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.22 |
| HSL | 57.88º | 0.99% | 0.39% | - |
| HSV(B) | 57.88º | 0.99% | 0.78% | - |
| XYZ | 42.41 | 49.84 | 7.41 | - |
| YUV | 172.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 1 | 0 | 0.04 | 0.99 | 0.22 | 57.88 | 0.99 | 0.39 |
| Hex | C7 | C0 | 1 | 0 | 4 | 63 | 16 | 3A | 63 | 27 |
| Octal | 307 | 300 | 1 | 0 | 4 | 143 | 26 | 72 | 143 | 47 |
| Binary | 11000111 | 11000000 | 1 | 0 | 100 | 1100011 | 10110 | 111010 | 1100011 | 100111 |
Color Harmonies of #C7C001
Complementary color
Monochromatic Colors of #C7C001
Black with #C7C001
Text Example
Text Example
White with #C7C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C001; }
p { color: rgb(199,192,1); }
H1.HeaderClassName
{
color: #C7C001;
}
.AnyTagClassName
{
color: #C7C001;
}
</style>
background-color css
<style>
a { background-color: #C7C001; }
a { background-color: rgb(199,192,1); }
div.DivClassName
{
background-color: #C7C001;
}
.BgClassName
{
background-color: #C7C001;
}
</style>
border-color css
<style>
span { border-color: #C7C001; }
span { border-color: rgb(199,192,1); }
td.TdClassName
{
border-color: #C7C001;
}
.TagClassName
{
border-color: #C7C001;
}
</style>