Shades of La Rioja #CBC000
Tints of La Rioja #CBC000
RGB
CMYK
RGB Variations
Color information
#CBC000 (or 0xCBC000) is known color: La Rioja. HEX triplet: CB, C0 and 00. RGB value is (203,192,0). Sum of RGB (Red+Green+Blue) = 203+192+0=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC000 is #343FFF. Grayscale: #AEAEAE. Windows color (decimal): -3424256 or 49355. OLE color: 49355.
HSL color Cylindrical-coordinate representation of color #CBC000: hue angle of 56.75º 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 #CBC000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.20 |
| HSL | 56.75º | 1% | 0.4% | - |
| HSV(B) | 56.75º | 1% | 0.8% | - |
| XYZ | 43.48 | 50.4 | 7.44 | - |
| YUV | 173.4 | 30.14 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 0 | 0 | 0.05 | 1 | 0.20 | 56.75 | 1 | 0.4 |
| Hex | CB | C0 | 0 | 0 | 5 | 64 | 14 | 39 | 64 | 28 |
| Octal | 313 | 300 | 0 | 0 | 5 | 144 | 24 | 71 | 144 | 50 |
| Binary | 11001011 | 11000000 | 0 | 0 | 101 | 1100100 | 10100 | 111001 | 1100100 | 101000 |
Color Harmonies of #CBC000
Complementary color
Monochromatic Colors of #CBC000
Black with #CBC000
Text Example
Text Example
White with #CBC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC000; }
p { color: rgb(203,192,0); }
H1.HeaderClassName
{
color: #CBC000;
}
.AnyTagClassName
{
color: #CBC000;
}
</style>
background-color css
<style>
a { background-color: #CBC000; }
a { background-color: rgb(203,192,0); }
div.DivClassName
{
background-color: #CBC000;
}
.BgClassName
{
background-color: #CBC000;
}
</style>
border-color css
<style>
span { border-color: #CBC000; }
span { border-color: rgb(203,192,0); }
td.TdClassName
{
border-color: #CBC000;
}
.TagClassName
{
border-color: #CBC000;
}
</style>