Shades of La Rioja #CABB01
Tints of La Rioja #CABB01
RGB
CMYK
RGB Variations
Color information
#CABB01 (or 0xCABB01) is known color: La Rioja. HEX triplet: CA, BB and 01. RGB value is (202,187,1). Sum of RGB (Red+Green+Blue) = 202+187+1=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB01 is #3544FE. Grayscale: #ABABAB. Windows color (decimal): -3491071 or 113610. OLE color: 113610.
HSL color Cylindrical-coordinate representation of color #CABB01: hue angle of 55.52º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CABB01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.21 |
| HSL | 55.52º | 0.99% | 0.4% | - |
| HSV(B) | 55.52º | 1% | 0.79% | - |
| XYZ | 42.13 | 48.1 | 7.09 | - |
| YUV | 170.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 1 | 0 | 0.07 | 1.00 | 0.21 | 55.52 | 0.99 | 0.4 |
| Hex | CA | BB | 1 | 0 | 7 | 64 | 15 | 38 | 63 | 28 |
| Octal | 312 | 273 | 1 | 0 | 7 | 144 | 25 | 70 | 143 | 50 |
| Binary | 11001010 | 10111011 | 1 | 0 | 111 | 1100100 | 10101 | 111000 | 1100011 | 101000 |
Color Harmonies of #CABB01
Complementary color
Monochromatic Colors of #CABB01
Black with #CABB01
Text Example
Text Example
White with #CABB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB01; }
p { color: rgb(202,187,1); }
H1.HeaderClassName
{
color: #CABB01;
}
.AnyTagClassName
{
color: #CABB01;
}
</style>
background-color css
<style>
a { background-color: #CABB01; }
a { background-color: rgb(202,187,1); }
div.DivClassName
{
background-color: #CABB01;
}
.BgClassName
{
background-color: #CABB01;
}
</style>
border-color css
<style>
span { border-color: #CABB01; }
span { border-color: rgb(202,187,1); }
td.TdClassName
{
border-color: #CABB01;
}
.TagClassName
{
border-color: #CABB01;
}
</style>