Shades of La Rioja #CBCF01
Tints of La Rioja #CBCF01
RGB
CMYK
RGB Variations
Color information
#CBCF01 (or 0xCBCF01) is known color: La Rioja. HEX triplet: CB, CF and 01. RGB value is (203,207,1). Sum of RGB (Red+Green+Blue) = 203+207+1=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCF01 is #3430FE. Grayscale: #B7B7B7. Windows color (decimal): -3420415 or 118731. OLE color: 118731.
HSL color Cylindrical-coordinate representation of color #CBCF01: hue angle of 61.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBCF01 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.19 |
| HSL | 61.17º | 0.99% | 0.41% | - |
| HSV(B) | 61.17º | 1% | 0.81% | - |
| XYZ | 46.95 | 57.32 | 8.62 | - |
| YUV | 182.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 1 | 0.02 | 0 | 1.00 | 0.19 | 61.17 | 0.99 | 0.41 |
| Hex | CB | CF | 1 | 2 | 0 | 64 | 13 | 3D | 63 | 29 |
| Octal | 313 | 317 | 1 | 2 | 0 | 144 | 23 | 75 | 143 | 51 |
| Binary | 11001011 | 11001111 | 1 | 10 | 0 | 1100100 | 10011 | 111101 | 1100011 | 101001 |
Color Harmonies of #CBCF01
Complementary color
Monochromatic Colors of #CBCF01
Black with #CBCF01
Text Example
Text Example
White with #CBCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF01; }
p { color: rgb(203,207,1); }
H1.HeaderClassName
{
color: #CBCF01;
}
.AnyTagClassName
{
color: #CBCF01;
}
</style>
background-color css
<style>
a { background-color: #CBCF01; }
a { background-color: rgb(203,207,1); }
div.DivClassName
{
background-color: #CBCF01;
}
.BgClassName
{
background-color: #CBCF01;
}
</style>
border-color css
<style>
span { border-color: #CBCF01; }
span { border-color: rgb(203,207,1); }
td.TdClassName
{
border-color: #CBCF01;
}
.TagClassName
{
border-color: #CBCF01;
}
</style>