Shades of La Rioja #C7C30A
Tints of La Rioja #C7C30A
RGB
CMYK
RGB Variations
Color information
#C7C30A (or 0xC7C30A) is known color: La Rioja. HEX triplet: C7, C3 and 0A. RGB value is (199,195,10). Sum of RGB (Red+Green+Blue) = 199+195+10=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C30A is #383CF5. Grayscale: #AFAFAF. Windows color (decimal): -3685622 or 705479. OLE color: 705479.
HSL color Cylindrical-coordinate representation of color #C7C30A: hue angle of 58.73º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7C30A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.22 |
| HSL | 58.73º | 0.9% | 0.41% | - |
| HSV(B) | 58.73º | 0.95% | 0.78% | - |
| XYZ | 43.12 | 51.19 | 7.9 | - |
| YUV | 175.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 10 | 0 | 0.02 | 0.95 | 0.22 | 58.73 | 0.9 | 0.41 |
| Hex | C7 | C3 | A | 0 | 2 | 5F | 16 | 3B | 5A | 29 |
| Octal | 307 | 303 | 12 | 0 | 2 | 137 | 26 | 73 | 132 | 51 |
| Binary | 11000111 | 11000011 | 1010 | 0 | 10 | 1011111 | 10110 | 111011 | 1011010 | 101001 |
Color Harmonies of #C7C30A
Complementary color
Monochromatic Colors of #C7C30A
Black with #C7C30A
Text Example
Text Example
White with #C7C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C30A; }
p { color: rgb(199,195,10); }
H1.HeaderClassName
{
color: #C7C30A;
}
.AnyTagClassName
{
color: #C7C30A;
}
</style>
background-color css
<style>
a { background-color: #C7C30A; }
a { background-color: rgb(199,195,10); }
div.DivClassName
{
background-color: #C7C30A;
}
.BgClassName
{
background-color: #C7C30A;
}
</style>
border-color css
<style>
span { border-color: #C7C30A; }
span { border-color: rgb(199,195,10); }
td.TdClassName
{
border-color: #C7C30A;
}
.TagClassName
{
border-color: #C7C30A;
}
</style>