Shades of La Rioja #C2CB07
Tints of La Rioja #C2CB07
RGB
CMYK
RGB Variations
Color information
#C2CB07 (or 0xC2CB07) is known color: La Rioja. HEX triplet: C2, CB and 07. RGB value is (194,203,7). Sum of RGB (Red+Green+Blue) = 194+203+7=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CB07 is #3D34F8. Grayscale: #B2B2B2. Windows color (decimal): -4011257 or 510914. OLE color: 510914.
HSL color Cylindrical-coordinate representation of color #C2CB07: hue angle of 62.76º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2CB07 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 7 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.20 |
| HSL | 62.76º | 0.93% | 0.41% | - |
| HSV(B) | 62.76º | 0.97% | 0.8% | - |
| XYZ | 43.64 | 54.2 | 8.36 | - |
| YUV | 177.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 7 | 0.04 | 0 | 0.97 | 0.20 | 62.76 | 0.93 | 0.41 |
| Hex | C2 | CB | 7 | 4 | 0 | 61 | 14 | 3F | 5D | 29 |
| Octal | 302 | 313 | 7 | 4 | 0 | 141 | 24 | 77 | 135 | 51 |
| Binary | 11000010 | 11001011 | 111 | 100 | 0 | 1100001 | 10100 | 111111 | 1011101 | 101001 |
Color Harmonies of #C2CB07
Complementary color
Monochromatic Colors of #C2CB07
Black with #C2CB07
Text Example
Text Example
White with #C2CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB07; }
p { color: rgb(194,203,7); }
H1.HeaderClassName
{
color: #C2CB07;
}
.AnyTagClassName
{
color: #C2CB07;
}
</style>
background-color css
<style>
a { background-color: #C2CB07; }
a { background-color: rgb(194,203,7); }
div.DivClassName
{
background-color: #C2CB07;
}
.BgClassName
{
background-color: #C2CB07;
}
</style>
border-color css
<style>
span { border-color: #C2CB07; }
span { border-color: rgb(194,203,7); }
td.TdClassName
{
border-color: #C2CB07;
}
.TagClassName
{
border-color: #C2CB07;
}
</style>