Shades of La Rioja #C5C501
Tints of La Rioja #C5C501
RGB
CMYK
RGB Variations
Color information
#C5C501 (or 0xC5C501) is known color: La Rioja. HEX triplet: C5, C5 and 01. RGB value is (197,197,1). Sum of RGB (Red+Green+Blue) = 197+197+1=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C501 is #3A3AFE. Grayscale: #AFAFAF. Windows color (decimal): -3816191 or 116165. OLE color: 116165.
HSL color Cylindrical-coordinate representation of color #C5C501: hue angle of 60º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5C501 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.23 |
| HSL | 60º | 0.99% | 0.39% | - |
| HSV(B) | 60º | 0.99% | 0.77% | - |
| XYZ | 43 | 51.81 | 7.76 | - |
| YUV | 174.66 | 30 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 1 | 0 | 0 | 0.99 | 0.23 | 60 | 0.99 | 0.39 |
| Hex | C5 | C5 | 1 | 0 | 0 | 63 | 17 | 3C | 63 | 27 |
| Octal | 305 | 305 | 1 | 0 | 0 | 143 | 27 | 74 | 143 | 47 |
| Binary | 11000101 | 11000101 | 1 | 0 | 0 | 1100011 | 10111 | 111100 | 1100011 | 100111 |
Color Harmonies of #C5C501
Complementary color
Monochromatic Colors of #C5C501
Black with #C5C501
Text Example
Text Example
White with #C5C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C501; }
p { color: rgb(197,197,1); }
H1.HeaderClassName
{
color: #C5C501;
}
.AnyTagClassName
{
color: #C5C501;
}
</style>
background-color css
<style>
a { background-color: #C5C501; }
a { background-color: rgb(197,197,1); }
div.DivClassName
{
background-color: #C5C501;
}
.BgClassName
{
background-color: #C5C501;
}
</style>
border-color css
<style>
span { border-color: #C5C501; }
span { border-color: rgb(197,197,1); }
td.TdClassName
{
border-color: #C5C501;
}
.TagClassName
{
border-color: #C5C501;
}
</style>