Shades of La Rioja #C7CF10
Tints of La Rioja #C7CF10
RGB
CMYK
RGB Variations
Color information
#C7CF10 (or 0xC7CF10) is known color: La Rioja. HEX triplet: C7, CF and 10. RGB value is (199,207,16). Sum of RGB (Red+Green+Blue) = 199+207+16=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CF10 is #3830EF. Grayscale: #B7B7B7. Windows color (decimal): -3682544 or 1101767. OLE color: 1101767.
HSL color Cylindrical-coordinate representation of color #C7CF10: hue angle of 62.51º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7CF10 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.19 |
| HSL | 62.51º | 0.86% | 0.44% | - |
| HSV(B) | 62.51º | 0.92% | 0.81% | - |
| XYZ | 45.96 | 56.81 | 9.03 | - |
| YUV | 182.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 16 | 0.04 | 0 | 0.92 | 0.19 | 62.51 | 0.86 | 0.44 |
| Hex | C7 | CF | 10 | 4 | 0 | 5C | 13 | 3F | 56 | 2C |
| Octal | 307 | 317 | 20 | 4 | 0 | 134 | 23 | 77 | 126 | 54 |
| Binary | 11000111 | 11001111 | 10000 | 100 | 0 | 1011100 | 10011 | 111111 | 1010110 | 101100 |
Color Harmonies of #C7CF10
Complementary color
Monochromatic Colors of #C7CF10
Black with #C7CF10
Text Example
Text Example
White with #C7CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF10; }
p { color: rgb(199,207,16); }
H1.HeaderClassName
{
color: #C7CF10;
}
.AnyTagClassName
{
color: #C7CF10;
}
</style>
background-color css
<style>
a { background-color: #C7CF10; }
a { background-color: rgb(199,207,16); }
div.DivClassName
{
background-color: #C7CF10;
}
.BgClassName
{
background-color: #C7CF10;
}
</style>
border-color css
<style>
span { border-color: #C7CF10; }
span { border-color: rgb(199,207,16); }
td.TdClassName
{
border-color: #C7CF10;
}
.TagClassName
{
border-color: #C7CF10;
}
</style>