Shades of La Rioja #CBC301
Tints of La Rioja #CBC301
RGB
CMYK
RGB Variations
Color information
#CBC301 (or 0xCBC301) is known color: La Rioja. HEX triplet: CB, C3 and 01. RGB value is (203,195,1). Sum of RGB (Red+Green+Blue) = 203+195+1=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC301 is #343CFE. Grayscale: #B0B0B0. Windows color (decimal): -3423487 or 115659. OLE color: 115659.
HSL color Cylindrical-coordinate representation of color #CBC301: hue angle of 57.62º 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 #CBC301 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.20 |
| HSL | 57.62º | 0.99% | 0.4% | - |
| HSV(B) | 57.62º | 1% | 0.8% | - |
| XYZ | 44.15 | 51.73 | 7.69 | - |
| YUV | 175.28 | 29.65 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 1 | 0 | 0.04 | 1.00 | 0.20 | 57.62 | 0.99 | 0.4 |
| Hex | CB | C3 | 1 | 0 | 4 | 64 | 14 | 3A | 63 | 28 |
| Octal | 313 | 303 | 1 | 0 | 4 | 144 | 24 | 72 | 143 | 50 |
| Binary | 11001011 | 11000011 | 1 | 0 | 100 | 1100100 | 10100 | 111010 | 1100011 | 101000 |
Color Harmonies of #CBC301
Complementary color
Monochromatic Colors of #CBC301
Black with #CBC301
Text Example
Text Example
White with #CBC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC301; }
p { color: rgb(203,195,1); }
H1.HeaderClassName
{
color: #CBC301;
}
.AnyTagClassName
{
color: #CBC301;
}
</style>
background-color css
<style>
a { background-color: #CBC301; }
a { background-color: rgb(203,195,1); }
div.DivClassName
{
background-color: #CBC301;
}
.BgClassName
{
background-color: #CBC301;
}
</style>
border-color css
<style>
span { border-color: #CBC301; }
span { border-color: rgb(203,195,1); }
td.TdClassName
{
border-color: #CBC301;
}
.TagClassName
{
border-color: #CBC301;
}
</style>