Shades of La Rioja #CAC802
Tints of La Rioja #CAC802
RGB
CMYK
RGB Variations
Color information
#CAC802 (or 0xCAC802) is known color: La Rioja. HEX triplet: CA, C8 and 02. RGB value is (202,200,2). Sum of RGB (Red+Green+Blue) = 202+200+2=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC802 is #3537FD. Grayscale: #B2B2B2. Windows color (decimal): -3487742 or 182474. OLE color: 182474.
HSL color Cylindrical-coordinate representation of color #CAC802: hue angle of 59.4º 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 #CAC802 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.21 |
| HSL | 59.4º | 0.98% | 0.4% | - |
| HSV(B) | 59.4º | 0.99% | 0.79% | - |
| XYZ | 45.02 | 53.87 | 8.08 | - |
| YUV | 178.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 2 | 0 | 0.01 | 0.99 | 0.21 | 59.4 | 0.98 | 0.4 |
| Hex | CA | C8 | 2 | 0 | 1 | 63 | 15 | 3B | 62 | 28 |
| Octal | 312 | 310 | 2 | 0 | 1 | 143 | 25 | 73 | 142 | 50 |
| Binary | 11001010 | 11001000 | 10 | 0 | 1 | 1100011 | 10101 | 111011 | 1100010 | 101000 |
Color Harmonies of #CAC802
Complementary color
Monochromatic Colors of #CAC802
Black with #CAC802
Text Example
Text Example
White with #CAC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC802; }
p { color: rgb(202,200,2); }
H1.HeaderClassName
{
color: #CAC802;
}
.AnyTagClassName
{
color: #CAC802;
}
</style>
background-color css
<style>
a { background-color: #CAC802; }
a { background-color: rgb(202,200,2); }
div.DivClassName
{
background-color: #CAC802;
}
.BgClassName
{
background-color: #CAC802;
}
</style>
border-color css
<style>
span { border-color: #CAC802; }
span { border-color: rgb(202,200,2); }
td.TdClassName
{
border-color: #CAC802;
}
.TagClassName
{
border-color: #CAC802;
}
</style>