Shades of La Rioja #C7CE10
Tints of La Rioja #C7CE10
RGB
CMYK
RGB Variations
Color information
#C7CE10 (or 0xC7CE10) is known color: La Rioja. HEX triplet: C7, CE and 10. RGB value is (199,206,16). Sum of RGB (Red+Green+Blue) = 199+206+16=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CE10 is #3831EF. Grayscale: #B6B6B6. Windows color (decimal): -3682800 or 1101511. OLE color: 1101511.
HSL color Cylindrical-coordinate representation of color #C7CE10: hue angle of 62.21º 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 #C7CE10 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.19 |
| HSL | 62.21º | 0.86% | 0.44% | - |
| HSV(B) | 62.21º | 0.92% | 0.81% | - |
| XYZ | 45.72 | 56.32 | 8.95 | - |
| YUV | 182.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 16 | 0.03 | 0 | 0.92 | 0.19 | 62.21 | 0.86 | 0.44 |
| Hex | C7 | CE | 10 | 3 | 0 | 5C | 13 | 3E | 56 | 2C |
| Octal | 307 | 316 | 20 | 3 | 0 | 134 | 23 | 76 | 126 | 54 |
| Binary | 11000111 | 11001110 | 10000 | 11 | 0 | 1011100 | 10011 | 111110 | 1010110 | 101100 |
Color Harmonies of #C7CE10
Complementary color
Monochromatic Colors of #C7CE10
Black with #C7CE10
Text Example
Text Example
White with #C7CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE10; }
p { color: rgb(199,206,16); }
H1.HeaderClassName
{
color: #C7CE10;
}
.AnyTagClassName
{
color: #C7CE10;
}
</style>
background-color css
<style>
a { background-color: #C7CE10; }
a { background-color: rgb(199,206,16); }
div.DivClassName
{
background-color: #C7CE10;
}
.BgClassName
{
background-color: #C7CE10;
}
</style>
border-color css
<style>
span { border-color: #C7CE10; }
span { border-color: rgb(199,206,16); }
td.TdClassName
{
border-color: #C7CE10;
}
.TagClassName
{
border-color: #C7CE10;
}
</style>