Shades of Barberry #CBCB20
Tints of Barberry #CBCB20
RGB
CMYK
RGB Variations
Color information
#CBCB20 (or 0xCBCB20) is known color: Barberry. HEX triplet: CB, CB and 20. RGB value is (203,203,32). Sum of RGB (Red+Green+Blue) = 203+203+32=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCB20 is #3434DF. Grayscale: #B8B8B8. Windows color (decimal): -3421408 or 2149323. OLE color: 2149323.
HSL color Cylindrical-coordinate representation of color #CBCB20: hue angle of 60º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBCB20 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 32 | - |
| CMYK | 0 | 0 | 0.84 | 0.20 |
| HSL | 60º | 0.73% | 0.46% | - |
| HSV(B) | 60º | 0.84% | 0.8% | - |
| XYZ | 46.25 | 55.51 | 9.64 | - |
| YUV | 183.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 32 | 0 | 0 | 0.84 | 0.20 | 60 | 0.73 | 0.46 |
| Hex | CB | CB | 20 | 0 | 0 | 54 | 14 | 3C | 49 | 2E |
| Octal | 313 | 313 | 40 | 0 | 0 | 124 | 24 | 74 | 111 | 56 |
| Binary | 11001011 | 11001011 | 100000 | 0 | 0 | 1010100 | 10100 | 111100 | 1001001 | 101110 |
Color Harmonies of #CBCB20
Complementary color
Monochromatic Colors of #CBCB20
Black with #CBCB20
Text Example
Text Example
White with #CBCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB20; }
p { color: rgb(203,203,32); }
H1.HeaderClassName
{
color: #CBCB20;
}
.AnyTagClassName
{
color: #CBCB20;
}
</style>
background-color css
<style>
a { background-color: #CBCB20; }
a { background-color: rgb(203,203,32); }
div.DivClassName
{
background-color: #CBCB20;
}
.BgClassName
{
background-color: #CBCB20;
}
</style>
border-color css
<style>
span { border-color: #CBCB20; }
span { border-color: rgb(203,203,32); }
td.TdClassName
{
border-color: #CBCB20;
}
.TagClassName
{
border-color: #CBCB20;
}
</style>