Shades of La Rioja #C7CB01
Tints of La Rioja #C7CB01
RGB
CMYK
RGB Variations
Color information
#C7CB01 (or 0xC7CB01) is known color: La Rioja. HEX triplet: C7, CB and 01. RGB value is (199,203,1). Sum of RGB (Red+Green+Blue) = 199+203+1=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CB01 is #3834FE. Grayscale: #B3B3B3. Windows color (decimal): -3683583 or 117703. OLE color: 117703.
HSL color Cylindrical-coordinate representation of color #C7CB01: hue angle of 61.19º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7CB01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.20 |
| HSL | 61.19º | 0.99% | 0.4% | - |
| HSV(B) | 61.19º | 1% | 0.8% | - |
| XYZ | 44.91 | 54.86 | 8.25 | - |
| YUV | 178.78 | 27.67 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 1 | 0.02 | 0 | 1.00 | 0.20 | 61.19 | 0.99 | 0.4 |
| Hex | C7 | CB | 1 | 2 | 0 | 64 | 14 | 3D | 63 | 28 |
| Octal | 307 | 313 | 1 | 2 | 0 | 144 | 24 | 75 | 143 | 50 |
| Binary | 11000111 | 11001011 | 1 | 10 | 0 | 1100100 | 10100 | 111101 | 1100011 | 101000 |
Color Harmonies of #C7CB01
Complementary color
Monochromatic Colors of #C7CB01
Black with #C7CB01
Text Example
Text Example
White with #C7CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB01; }
p { color: rgb(199,203,1); }
H1.HeaderClassName
{
color: #C7CB01;
}
.AnyTagClassName
{
color: #C7CB01;
}
</style>
background-color css
<style>
a { background-color: #C7CB01; }
a { background-color: rgb(199,203,1); }
div.DivClassName
{
background-color: #C7CB01;
}
.BgClassName
{
background-color: #C7CB01;
}
</style>
border-color css
<style>
span { border-color: #C7CB01; }
span { border-color: rgb(199,203,1); }
td.TdClassName
{
border-color: #C7CB01;
}
.TagClassName
{
border-color: #C7CB01;
}
</style>