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