Shades of La Rioja #CACB06
Tints of La Rioja #CACB06
RGB
CMYK
RGB Variations
Color information
#CACB06 (or 0xCACB06) is known color: La Rioja. HEX triplet: CA, CB and 06. RGB value is (202,203,6). Sum of RGB (Red+Green+Blue) = 202+203+6=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACB06 is #3534F9. Grayscale: #B5B5B5. Windows color (decimal): -3486970 or 445386. OLE color: 445386.
HSL color Cylindrical-coordinate representation of color #CACB06: hue angle of 60.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CACB06 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 6 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.20 |
| HSL | 60.3º | 0.94% | 0.41% | - |
| HSV(B) | 60.3º | 0.97% | 0.8% | - |
| XYZ | 45.75 | 55.28 | 8.43 | - |
| YUV | 180.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 6 | 0.00 | 0 | 0.97 | 0.20 | 60.3 | 0.94 | 0.41 |
| Hex | CA | CB | 6 | 0 | 0 | 61 | 14 | 3C | 5E | 29 |
| Octal | 312 | 313 | 6 | 0 | 0 | 141 | 24 | 74 | 136 | 51 |
| Binary | 11001010 | 11001011 | 110 | 0 | 0 | 1100001 | 10100 | 111100 | 1011110 | 101001 |
Color Harmonies of #CACB06
Complementary color
Monochromatic Colors of #CACB06
Black with #CACB06
Text Example
Text Example
White with #CACB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB06; }
p { color: rgb(202,203,6); }
H1.HeaderClassName
{
color: #CACB06;
}
.AnyTagClassName
{
color: #CACB06;
}
</style>
background-color css
<style>
a { background-color: #CACB06; }
a { background-color: rgb(202,203,6); }
div.DivClassName
{
background-color: #CACB06;
}
.BgClassName
{
background-color: #CACB06;
}
</style>
border-color css
<style>
span { border-color: #CACB06; }
span { border-color: rgb(202,203,6); }
td.TdClassName
{
border-color: #CACB06;
}
.TagClassName
{
border-color: #CACB06;
}
</style>