Shades of Barberry #CBCC20
Tints of Barberry #CBCC20
RGB
CMYK
RGB Variations
Color information
#CBCC20 (or 0xCBCC20) is known color: Barberry. HEX triplet: CB, CC and 20. RGB value is (203,204,32). Sum of RGB (Red+Green+Blue) = 203+204+32=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC20 is #3433DF. Grayscale: #B8B8B8. Windows color (decimal): -3421152 or 2149579. OLE color: 2149579.
HSL color Cylindrical-coordinate representation of color #CBCC20: hue angle of 60.35º 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 #CBCC20 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 32 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.2 |
| HSL | 60.35º | 0.73% | 0.46% | - |
| HSV(B) | 60.35º | 0.84% | 0.8% | - |
| XYZ | 46.48 | 55.99 | 9.72 | - |
| YUV | 184.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 32 | 0.00 | 0 | 0.84 | 0.2 | 60.35 | 0.73 | 0.46 |
| Hex | CB | CC | 20 | 0 | 0 | 54 | 14 | 3C | 49 | 2E |
| Octal | 313 | 314 | 40 | 0 | 0 | 124 | 24 | 74 | 111 | 56 |
| Binary | 11001011 | 11001100 | 100000 | 0 | 0 | 1010100 | 10100 | 111100 | 1001001 | 101110 |
Color Harmonies of #CBCC20
Complementary color
Monochromatic Colors of #CBCC20
Black with #CBCC20
Text Example
Text Example
White with #CBCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC20; }
p { color: rgb(203,204,32); }
H1.HeaderClassName
{
color: #CBCC20;
}
.AnyTagClassName
{
color: #CBCC20;
}
</style>
background-color css
<style>
a { background-color: #CBCC20; }
a { background-color: rgb(203,204,32); }
div.DivClassName
{
background-color: #CBCC20;
}
.BgClassName
{
background-color: #CBCC20;
}
</style>
border-color css
<style>
span { border-color: #CBCC20; }
span { border-color: rgb(203,204,32); }
td.TdClassName
{
border-color: #CBCC20;
}
.TagClassName
{
border-color: #CBCC20;
}
</style>