Shades of La Rioja #C5C009
Tints of La Rioja #C5C009
RGB
CMYK
RGB Variations
Color information
#C5C009 (or 0xC5C009) is known color: La Rioja. HEX triplet: C5, C0 and 09. RGB value is (197,192,9). Sum of RGB (Red+Green+Blue) = 197+192+9=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C009 is #3A3FF6. Grayscale: #ADADAD. Windows color (decimal): -3817463 or 639173. OLE color: 639173.
HSL color Cylindrical-coordinate representation of color #C5C009: hue angle of 58.4º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5C009 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 9 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.23 |
| HSL | 58.4º | 0.91% | 0.4% | - |
| HSV(B) | 58.4º | 0.95% | 0.77% | - |
| XYZ | 41.92 | 49.59 | 7.62 | - |
| YUV | 172.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 9 | 0 | 0.03 | 0.95 | 0.23 | 58.4 | 0.91 | 0.4 |
| Hex | C5 | C0 | 9 | 0 | 3 | 5F | 17 | 3A | 5B | 28 |
| Octal | 305 | 300 | 11 | 0 | 3 | 137 | 27 | 72 | 133 | 50 |
| Binary | 11000101 | 11000000 | 1001 | 0 | 11 | 1011111 | 10111 | 111010 | 1011011 | 101000 |
Color Harmonies of #C5C009
Complementary color
Monochromatic Colors of #C5C009
Black with #C5C009
Text Example
Text Example
White with #C5C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C009; }
p { color: rgb(197,192,9); }
H1.HeaderClassName
{
color: #C5C009;
}
.AnyTagClassName
{
color: #C5C009;
}
</style>
background-color css
<style>
a { background-color: #C5C009; }
a { background-color: rgb(197,192,9); }
div.DivClassName
{
background-color: #C5C009;
}
.BgClassName
{
background-color: #C5C009;
}
</style>
border-color css
<style>
span { border-color: #C5C009; }
span { border-color: rgb(197,192,9); }
td.TdClassName
{
border-color: #C5C009;
}
.TagClassName
{
border-color: #C5C009;
}
</style>