Shades of La Rioja #C5C202
Tints of La Rioja #C5C202
RGB
CMYK
RGB Variations
Color information
#C5C202 (or 0xC5C202) is known color: La Rioja. HEX triplet: C5, C2 and 02. RGB value is (197,194,2). Sum of RGB (Red+Green+Blue) = 197+194+2=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C202 is #3A3DFD. Grayscale: #ADADAD. Windows color (decimal): -3816958 or 180933. OLE color: 180933.
HSL color Cylindrical-coordinate representation of color #C5C202: hue angle of 59.08º degrees, saturation: 0.98, 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 #C5C202 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.23 |
| HSL | 59.08º | 0.98% | 0.39% | - |
| HSV(B) | 59.08º | 0.99% | 0.77% | - |
| XYZ | 42.33 | 50.46 | 7.57 | - |
| YUV | 173.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 2 | 0 | 0.02 | 0.99 | 0.23 | 59.08 | 0.98 | 0.39 |
| Hex | C5 | C2 | 2 | 0 | 2 | 63 | 17 | 3B | 62 | 27 |
| Octal | 305 | 302 | 2 | 0 | 2 | 143 | 27 | 73 | 142 | 47 |
| Binary | 11000101 | 11000010 | 10 | 0 | 10 | 1100011 | 10111 | 111011 | 1100010 | 100111 |
Color Harmonies of #C5C202
Complementary color
Monochromatic Colors of #C5C202
Black with #C5C202
Text Example
Text Example
White with #C5C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C202; }
p { color: rgb(197,194,2); }
H1.HeaderClassName
{
color: #C5C202;
}
.AnyTagClassName
{
color: #C5C202;
}
</style>
background-color css
<style>
a { background-color: #C5C202; }
a { background-color: rgb(197,194,2); }
div.DivClassName
{
background-color: #C5C202;
}
.BgClassName
{
background-color: #C5C202;
}
</style>
border-color css
<style>
span { border-color: #C5C202; }
span { border-color: rgb(197,194,2); }
td.TdClassName
{
border-color: #C5C202;
}
.TagClassName
{
border-color: #C5C202;
}
</style>