Shades of La Rioja #C7CE0B
Tints of La Rioja #C7CE0B
RGB
CMYK
RGB Variations
Color information
#C7CE0B (or 0xC7CE0B) is known color: La Rioja. HEX triplet: C7, CE and 0B. RGB value is (199,206,11). Sum of RGB (Red+Green+Blue) = 199+206+11=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CE0B is #3831F4. Grayscale: #B6B6B6. Windows color (decimal): -3682805 or 773831. OLE color: 773831.
HSL color Cylindrical-coordinate representation of color #C7CE0B: hue angle of 62.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7CE0B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.19 |
| HSL | 62.15º | 0.9% | 0.43% | - |
| HSV(B) | 62.15º | 0.95% | 0.81% | - |
| XYZ | 45.68 | 56.31 | 8.78 | - |
| YUV | 181.68 | 31.68 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 11 | 0.03 | 0 | 0.95 | 0.19 | 62.15 | 0.9 | 0.43 |
| Hex | C7 | CE | B | 3 | 0 | 5F | 13 | 3E | 5A | 2B |
| Octal | 307 | 316 | 13 | 3 | 0 | 137 | 23 | 76 | 132 | 53 |
| Binary | 11000111 | 11001110 | 1011 | 11 | 0 | 1011111 | 10011 | 111110 | 1011010 | 101011 |
Color Harmonies of #C7CE0B
Complementary color
Monochromatic Colors of #C7CE0B
Black with #C7CE0B
Text Example
Text Example
White with #C7CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE0B; }
p { color: rgb(199,206,11); }
H1.HeaderClassName
{
color: #C7CE0B;
}
.AnyTagClassName
{
color: #C7CE0B;
}
</style>
background-color css
<style>
a { background-color: #C7CE0B; }
a { background-color: rgb(199,206,11); }
div.DivClassName
{
background-color: #C7CE0B;
}
.BgClassName
{
background-color: #C7CE0B;
}
</style>
border-color css
<style>
span { border-color: #C7CE0B; }
span { border-color: rgb(199,206,11); }
td.TdClassName
{
border-color: #C7CE0B;
}
.TagClassName
{
border-color: #C7CE0B;
}
</style>