Shades of La Rioja #C7C304
Tints of La Rioja #C7C304
RGB
CMYK
RGB Variations
Color information
#C7C304 (or 0xC7C304) is known color: La Rioja. HEX triplet: C7, C3 and 04. RGB value is (199,195,4). Sum of RGB (Red+Green+Blue) = 199+195+4=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C304 is #383CFB. Grayscale: #AFAFAF. Windows color (decimal): -3685628 or 312263. OLE color: 312263.
HSL color Cylindrical-coordinate representation of color #C7C304: hue angle of 58.77º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7C304 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.22 |
| HSL | 58.77º | 0.96% | 0.4% | - |
| HSV(B) | 58.77º | 0.98% | 0.78% | - |
| XYZ | 43.09 | 51.18 | 7.72 | - |
| YUV | 174.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 4 | 0 | 0.02 | 0.98 | 0.22 | 58.77 | 0.96 | 0.4 |
| Hex | C7 | C3 | 4 | 0 | 2 | 62 | 16 | 3B | 60 | 28 |
| Octal | 307 | 303 | 4 | 0 | 2 | 142 | 26 | 73 | 140 | 50 |
| Binary | 11000111 | 11000011 | 100 | 0 | 10 | 1100010 | 10110 | 111011 | 1100000 | 101000 |
Color Harmonies of #C7C304
Complementary color
Monochromatic Colors of #C7C304
Black with #C7C304
Text Example
Text Example
White with #C7C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C304; }
p { color: rgb(199,195,4); }
H1.HeaderClassName
{
color: #C7C304;
}
.AnyTagClassName
{
color: #C7C304;
}
</style>
background-color css
<style>
a { background-color: #C7C304; }
a { background-color: rgb(199,195,4); }
div.DivClassName
{
background-color: #C7C304;
}
.BgClassName
{
background-color: #C7C304;
}
</style>
border-color css
<style>
span { border-color: #C7C304; }
span { border-color: rgb(199,195,4); }
td.TdClassName
{
border-color: #C7C304;
}
.TagClassName
{
border-color: #C7C304;
}
</style>