Shades of La Rioja #CAC505
Tints of La Rioja #CAC505
RGB
CMYK
RGB Variations
Color information
#CAC505 (or 0xCAC505) is known color: La Rioja. HEX triplet: CA, C5 and 05. RGB value is (202,197,5). Sum of RGB (Red+Green+Blue) = 202+197+5=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC505 is #353AFA. Grayscale: #B1B1B1. Windows color (decimal): -3488507 or 378314. OLE color: 378314.
HSL color Cylindrical-coordinate representation of color #CAC505: hue angle of 58.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAC505 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.21 |
| HSL | 58.48º | 0.95% | 0.41% | - |
| HSV(B) | 58.48º | 0.98% | 0.79% | - |
| XYZ | 44.35 | 52.5 | 7.94 | - |
| YUV | 176.61 | 31.16 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 5 | 0 | 0.02 | 0.98 | 0.21 | 58.48 | 0.95 | 0.41 |
| Hex | CA | C5 | 5 | 0 | 2 | 62 | 15 | 3A | 5F | 29 |
| Octal | 312 | 305 | 5 | 0 | 2 | 142 | 25 | 72 | 137 | 51 |
| Binary | 11001010 | 11000101 | 101 | 0 | 10 | 1100010 | 10101 | 111010 | 1011111 | 101001 |
Color Harmonies of #CAC505
Complementary color
Monochromatic Colors of #CAC505
Black with #CAC505
Text Example
Text Example
White with #CAC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC505; }
p { color: rgb(202,197,5); }
H1.HeaderClassName
{
color: #CAC505;
}
.AnyTagClassName
{
color: #CAC505;
}
</style>
background-color css
<style>
a { background-color: #CAC505; }
a { background-color: rgb(202,197,5); }
div.DivClassName
{
background-color: #CAC505;
}
.BgClassName
{
background-color: #CAC505;
}
</style>
border-color css
<style>
span { border-color: #CAC505; }
span { border-color: rgb(202,197,5); }
td.TdClassName
{
border-color: #CAC505;
}
.TagClassName
{
border-color: #CAC505;
}
</style>