Shades of La Rioja #CBC501
Tints of La Rioja #CBC501
RGB
CMYK
RGB Variations
Color information
#CBC501 (or 0xCBC501) is known color: La Rioja. HEX triplet: CB, C5 and 01. RGB value is (203,197,1). Sum of RGB (Red+Green+Blue) = 203+197+1=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC501 is #343AFE. Grayscale: #B1B1B1. Windows color (decimal): -3422975 or 116171. OLE color: 116171.
HSL color Cylindrical-coordinate representation of color #CBC501: hue angle of 58.22º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBC501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.20 |
| HSL | 58.22º | 0.99% | 0.4% | - |
| HSV(B) | 58.22º | 1% | 0.8% | - |
| XYZ | 44.6 | 52.63 | 7.84 | - |
| YUV | 176.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 1 | 0 | 0.03 | 1.00 | 0.20 | 58.22 | 0.99 | 0.4 |
| Hex | CB | C5 | 1 | 0 | 3 | 64 | 14 | 3A | 63 | 28 |
| Octal | 313 | 305 | 1 | 0 | 3 | 144 | 24 | 72 | 143 | 50 |
| Binary | 11001011 | 11000101 | 1 | 0 | 11 | 1100100 | 10100 | 111010 | 1100011 | 101000 |
Color Harmonies of #CBC501
Complementary color
Monochromatic Colors of #CBC501
Black with #CBC501
Text Example
Text Example
White with #CBC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC501; }
p { color: rgb(203,197,1); }
H1.HeaderClassName
{
color: #CBC501;
}
.AnyTagClassName
{
color: #CBC501;
}
</style>
background-color css
<style>
a { background-color: #CBC501; }
a { background-color: rgb(203,197,1); }
div.DivClassName
{
background-color: #CBC501;
}
.BgClassName
{
background-color: #CBC501;
}
</style>
border-color css
<style>
span { border-color: #CBC501; }
span { border-color: rgb(203,197,1); }
td.TdClassName
{
border-color: #CBC501;
}
.TagClassName
{
border-color: #CBC501;
}
</style>