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