Shades of La Rioja #CBC600
Tints of La Rioja #CBC600
RGB
CMYK
RGB Variations
Color information
#CBC600 (or 0xCBC600) is known color: La Rioja. HEX triplet: CB, C6 and 00. RGB value is (203,198,0). Sum of RGB (Red+Green+Blue) = 203+198+0=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC600 is #3439FF. Grayscale: #B1B1B1. Windows color (decimal): -3422720 or 50891. OLE color: 50891.
HSL color Cylindrical-coordinate representation of color #CBC600: hue angle of 58.52º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBC600 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.20 |
| HSL | 58.52º | 1% | 0.4% | - |
| HSV(B) | 58.52º | 1% | 0.8% | - |
| XYZ | 44.82 | 53.08 | 7.88 | - |
| YUV | 176.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 0 | 0 | 0.02 | 1 | 0.20 | 58.52 | 1 | 0.4 |
| Hex | CB | C6 | 0 | 0 | 2 | 64 | 14 | 3B | 64 | 28 |
| Octal | 313 | 306 | 0 | 0 | 2 | 144 | 24 | 73 | 144 | 50 |
| Binary | 11001011 | 11000110 | 0 | 0 | 10 | 1100100 | 10100 | 111011 | 1100100 | 101000 |
Color Harmonies of #CBC600
Complementary color
Monochromatic Colors of #CBC600
Black with #CBC600
Text Example
Text Example
White with #CBC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC600; }
p { color: rgb(203,198,0); }
H1.HeaderClassName
{
color: #CBC600;
}
.AnyTagClassName
{
color: #CBC600;
}
</style>
background-color css
<style>
a { background-color: #CBC600; }
a { background-color: rgb(203,198,0); }
div.DivClassName
{
background-color: #CBC600;
}
.BgClassName
{
background-color: #CBC600;
}
</style>
border-color css
<style>
span { border-color: #CBC600; }
span { border-color: rgb(203,198,0); }
td.TdClassName
{
border-color: #CBC600;
}
.TagClassName
{
border-color: #CBC600;
}
</style>