Shades of La Rioja #CACB02
Tints of La Rioja #CACB02
RGB
CMYK
RGB Variations
Color information
#CACB02 (or 0xCACB02) is known color: La Rioja. HEX triplet: CA, CB and 02. RGB value is (202,203,2). Sum of RGB (Red+Green+Blue) = 202+203+2=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACB02 is #3534FD. Grayscale: #B4B4B4. Windows color (decimal): -3486974 or 183242. OLE color: 183242.
HSL color Cylindrical-coordinate representation of color #CACB02: hue angle of 60.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CACB02 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 2 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.20 |
| HSL | 60.3º | 0.98% | 0.4% | - |
| HSV(B) | 60.3º | 0.99% | 0.8% | - |
| XYZ | 45.72 | 55.27 | 8.32 | - |
| YUV | 179.79 | 27.67 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 2 | 0.00 | 0 | 0.99 | 0.20 | 60.3 | 0.98 | 0.4 |
| Hex | CA | CB | 2 | 0 | 0 | 63 | 14 | 3C | 62 | 28 |
| Octal | 312 | 313 | 2 | 0 | 0 | 143 | 24 | 74 | 142 | 50 |
| Binary | 11001010 | 11001011 | 10 | 0 | 0 | 1100011 | 10100 | 111100 | 1100010 | 101000 |
Color Harmonies of #CACB02
Complementary color
Monochromatic Colors of #CACB02
Black with #CACB02
Text Example
Text Example
White with #CACB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB02; }
p { color: rgb(202,203,2); }
H1.HeaderClassName
{
color: #CACB02;
}
.AnyTagClassName
{
color: #CACB02;
}
</style>
background-color css
<style>
a { background-color: #CACB02; }
a { background-color: rgb(202,203,2); }
div.DivClassName
{
background-color: #CACB02;
}
.BgClassName
{
background-color: #CACB02;
}
</style>
border-color css
<style>
span { border-color: #CACB02; }
span { border-color: rgb(202,203,2); }
td.TdClassName
{
border-color: #CACB02;
}
.TagClassName
{
border-color: #CACB02;
}
</style>