Shades of La Rioja #CBCC01
Tints of La Rioja #CBCC01
RGB
CMYK
RGB Variations
Color information
#CBCC01 (or 0xCBCC01) is known color: La Rioja. HEX triplet: CB, CC and 01. RGB value is (203,204,1). Sum of RGB (Red+Green+Blue) = 203+204+1=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC01 is #3433FE. Grayscale: #B5B5B5. Windows color (decimal): -3421183 or 117963. OLE color: 117963.
HSL color Cylindrical-coordinate representation of color #CBCC01: hue angle of 60.3º 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 #CBCC01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 1 | - |
| CMYK | 0.00 | 0 | 1.00 | 0.2 |
| HSL | 60.3º | 0.99% | 0.4% | - |
| HSV(B) | 60.3º | 1% | 0.8% | - |
| XYZ | 46.23 | 55.88 | 8.38 | - |
| YUV | 180.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 1 | 0.00 | 0 | 1.00 | 0.2 | 60.3 | 0.99 | 0.4 |
| Hex | CB | CC | 1 | 0 | 0 | 64 | 14 | 3C | 63 | 28 |
| Octal | 313 | 314 | 1 | 0 | 0 | 144 | 24 | 74 | 143 | 50 |
| Binary | 11001011 | 11001100 | 1 | 0 | 0 | 1100100 | 10100 | 111100 | 1100011 | 101000 |
Color Harmonies of #CBCC01
Complementary color
Monochromatic Colors of #CBCC01
Black with #CBCC01
Text Example
Text Example
White with #CBCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC01; }
p { color: rgb(203,204,1); }
H1.HeaderClassName
{
color: #CBCC01;
}
.AnyTagClassName
{
color: #CBCC01;
}
</style>
background-color css
<style>
a { background-color: #CBCC01; }
a { background-color: rgb(203,204,1); }
div.DivClassName
{
background-color: #CBCC01;
}
.BgClassName
{
background-color: #CBCC01;
}
</style>
border-color css
<style>
span { border-color: #CBCC01; }
span { border-color: rgb(203,204,1); }
td.TdClassName
{
border-color: #CBCC01;
}
.TagClassName
{
border-color: #CBCC01;
}
</style>