Shades of La Rioja #CAC905
Tints of La Rioja #CAC905
RGB
CMYK
RGB Variations
Color information
#CAC905 (or 0xCAC905) is known color: La Rioja. HEX triplet: CA, C9 and 05. RGB value is (202,201,5). Sum of RGB (Red+Green+Blue) = 202+201+5=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC905 is #3536FA. Grayscale: #B3B3B3. Windows color (decimal): -3487483 or 379338. OLE color: 379338.
HSL color Cylindrical-coordinate representation of color #CAC905: hue angle of 59.7º 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 #CAC905 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.21 |
| HSL | 59.7º | 0.95% | 0.41% | - |
| HSV(B) | 59.7º | 0.98% | 0.79% | - |
| XYZ | 45.27 | 54.34 | 8.25 | - |
| YUV | 178.96 | 29.83 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 5 | 0 | 0.00 | 0.98 | 0.21 | 59.7 | 0.95 | 0.41 |
| Hex | CA | C9 | 5 | 0 | 0 | 62 | 15 | 3C | 5F | 29 |
| Octal | 312 | 311 | 5 | 0 | 0 | 142 | 25 | 74 | 137 | 51 |
| Binary | 11001010 | 11001001 | 101 | 0 | 0 | 1100010 | 10101 | 111100 | 1011111 | 101001 |
Color Harmonies of #CAC905
Complementary color
Monochromatic Colors of #CAC905
Black with #CAC905
Text Example
Text Example
White with #CAC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC905; }
p { color: rgb(202,201,5); }
H1.HeaderClassName
{
color: #CAC905;
}
.AnyTagClassName
{
color: #CAC905;
}
</style>
background-color css
<style>
a { background-color: #CAC905; }
a { background-color: rgb(202,201,5); }
div.DivClassName
{
background-color: #CAC905;
}
.BgClassName
{
background-color: #CAC905;
}
</style>
border-color css
<style>
span { border-color: #CAC905; }
span { border-color: rgb(202,201,5); }
td.TdClassName
{
border-color: #CAC905;
}
.TagClassName
{
border-color: #CAC905;
}
</style>