Shades of La Rioja #C7C207
Tints of La Rioja #C7C207
RGB
CMYK
RGB Variations
Color information
#C7C207 (or 0xC7C207) is known color: La Rioja. HEX triplet: C7, C2 and 07. RGB value is (199,194,7). Sum of RGB (Red+Green+Blue) = 199+194+7=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C207 is #383DF8. Grayscale: #AEAEAE. Windows color (decimal): -3685881 or 508615. OLE color: 508615.
HSL color Cylindrical-coordinate representation of color #C7C207: hue angle of 58.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7C207 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 7 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.22 |
| HSL | 58.44º | 0.93% | 0.4% | - |
| HSV(B) | 58.44º | 0.96% | 0.78% | - |
| XYZ | 42.88 | 50.74 | 7.73 | - |
| YUV | 174.18 | 33.66 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 7 | 0 | 0.03 | 0.96 | 0.22 | 58.44 | 0.93 | 0.4 |
| Hex | C7 | C2 | 7 | 0 | 3 | 60 | 16 | 3A | 5D | 28 |
| Octal | 307 | 302 | 7 | 0 | 3 | 140 | 26 | 72 | 135 | 50 |
| Binary | 11000111 | 11000010 | 111 | 0 | 11 | 1100000 | 10110 | 111010 | 1011101 | 101000 |
Color Harmonies of #C7C207
Complementary color
Monochromatic Colors of #C7C207
Black with #C7C207
Text Example
Text Example
White with #C7C207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C207; }
p { color: rgb(199,194,7); }
H1.HeaderClassName
{
color: #C7C207;
}
.AnyTagClassName
{
color: #C7C207;
}
</style>
background-color css
<style>
a { background-color: #C7C207; }
a { background-color: rgb(199,194,7); }
div.DivClassName
{
background-color: #C7C207;
}
.BgClassName
{
background-color: #C7C207;
}
</style>
border-color css
<style>
span { border-color: #C7C207; }
span { border-color: rgb(199,194,7); }
td.TdClassName
{
border-color: #C7C207;
}
.TagClassName
{
border-color: #C7C207;
}
</style>