Shades of La Rioja #CACA02
Tints of La Rioja #CACA02
RGB
CMYK
RGB Variations
Color information
#CACA02 (or 0xCACA02) is known color: La Rioja. HEX triplet: CA, CA and 02. RGB value is (202,202,2). Sum of RGB (Red+Green+Blue) = 202+202+2=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACA02 is #3535FD. Grayscale: #B3B3B3. Windows color (decimal): -3487230 or 182986. OLE color: 182986.
HSL color Cylindrical-coordinate representation of color #CACA02: hue angle of 60º degrees, saturation: 0.98, 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 #CACA02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.21 |
| HSL | 60º | 0.98% | 0.4% | - |
| HSV(B) | 60º | 0.99% | 0.79% | - |
| XYZ | 45.49 | 54.8 | 8.24 | - |
| YUV | 179.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 2 | 0 | 0 | 0.99 | 0.21 | 60 | 0.98 | 0.4 |
| Hex | CA | CA | 2 | 0 | 0 | 63 | 15 | 3C | 62 | 28 |
| Octal | 312 | 312 | 2 | 0 | 0 | 143 | 25 | 74 | 142 | 50 |
| Binary | 11001010 | 11001010 | 10 | 0 | 0 | 1100011 | 10101 | 111100 | 1100010 | 101000 |
Color Harmonies of #CACA02
Complementary color
Monochromatic Colors of #CACA02
Black with #CACA02
Text Example
Text Example
White with #CACA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA02; }
p { color: rgb(202,202,2); }
H1.HeaderClassName
{
color: #CACA02;
}
.AnyTagClassName
{
color: #CACA02;
}
</style>
background-color css
<style>
a { background-color: #CACA02; }
a { background-color: rgb(202,202,2); }
div.DivClassName
{
background-color: #CACA02;
}
.BgClassName
{
background-color: #CACA02;
}
</style>
border-color css
<style>
span { border-color: #CACA02; }
span { border-color: rgb(202,202,2); }
td.TdClassName
{
border-color: #CACA02;
}
.TagClassName
{
border-color: #CACA02;
}
</style>