Shades of La Rioja #C7CE0F
Tints of La Rioja #C7CE0F
RGB
CMYK
RGB Variations
Color information
#C7CE0F (or 0xC7CE0F) is known color: La Rioja. HEX triplet: C7, CE and 0F. RGB value is (199,206,15). Sum of RGB (Red+Green+Blue) = 199+206+15=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CE0F is #3831F0. Grayscale: #B6B6B6. Windows color (decimal): -3682801 or 1035975. OLE color: 1035975.
HSL color Cylindrical-coordinate representation of color #C7CE0F: hue angle of 62.2º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7CE0F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 15 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.19 |
| HSL | 62.2º | 0.86% | 0.43% | - |
| HSV(B) | 62.2º | 0.93% | 0.81% | - |
| XYZ | 45.71 | 56.32 | 8.91 | - |
| YUV | 182.13 | 33.68 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 15 | 0.03 | 0 | 0.93 | 0.19 | 62.2 | 0.86 | 0.43 |
| Hex | C7 | CE | F | 3 | 0 | 5D | 13 | 3E | 56 | 2B |
| Octal | 307 | 316 | 17 | 3 | 0 | 135 | 23 | 76 | 126 | 53 |
| Binary | 11000111 | 11001110 | 1111 | 11 | 0 | 1011101 | 10011 | 111110 | 1010110 | 101011 |
Color Harmonies of #C7CE0F
Complementary color
Monochromatic Colors of #C7CE0F
Black with #C7CE0F
Text Example
Text Example
White with #C7CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE0F; }
p { color: rgb(199,206,15); }
H1.HeaderClassName
{
color: #C7CE0F;
}
.AnyTagClassName
{
color: #C7CE0F;
}
</style>
background-color css
<style>
a { background-color: #C7CE0F; }
a { background-color: rgb(199,206,15); }
div.DivClassName
{
background-color: #C7CE0F;
}
.BgClassName
{
background-color: #C7CE0F;
}
</style>
border-color css
<style>
span { border-color: #C7CE0F; }
span { border-color: rgb(199,206,15); }
td.TdClassName
{
border-color: #C7CE0F;
}
.TagClassName
{
border-color: #C7CE0F;
}
</style>