Shades of La Rioja #C5CA03
Tints of La Rioja #C5CA03
RGB
CMYK
RGB Variations
Color information
#C5CA03 (or 0xC5CA03) is known color: La Rioja. HEX triplet: C5, CA and 03. RGB value is (197,202,3). Sum of RGB (Red+Green+Blue) = 197+202+3=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CA03 is #3A35FC. Grayscale: #B2B2B2. Windows color (decimal): -3814909 or 248517. OLE color: 248517.
HSL color Cylindrical-coordinate representation of color #C5CA03: hue angle of 61.51º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5CA03 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.21 |
| HSL | 61.51º | 0.97% | 0.4% | - |
| HSV(B) | 61.51º | 0.99% | 0.79% | - |
| XYZ | 44.16 | 54.12 | 8.2 | - |
| YUV | 177.82 | 29.34 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 3 | 0.02 | 0 | 0.99 | 0.21 | 61.51 | 0.97 | 0.4 |
| Hex | C5 | CA | 3 | 2 | 0 | 63 | 15 | 3E | 61 | 28 |
| Octal | 305 | 312 | 3 | 2 | 0 | 143 | 25 | 76 | 141 | 50 |
| Binary | 11000101 | 11001010 | 11 | 10 | 0 | 1100011 | 10101 | 111110 | 1100001 | 101000 |
Color Harmonies of #C5CA03
Complementary color
Monochromatic Colors of #C5CA03
Black with #C5CA03
Text Example
Text Example
White with #C5CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA03; }
p { color: rgb(197,202,3); }
H1.HeaderClassName
{
color: #C5CA03;
}
.AnyTagClassName
{
color: #C5CA03;
}
</style>
background-color css
<style>
a { background-color: #C5CA03; }
a { background-color: rgb(197,202,3); }
div.DivClassName
{
background-color: #C5CA03;
}
.BgClassName
{
background-color: #C5CA03;
}
</style>
border-color css
<style>
span { border-color: #C5CA03; }
span { border-color: rgb(197,202,3); }
td.TdClassName
{
border-color: #C5CA03;
}
.TagClassName
{
border-color: #C5CA03;
}
</style>