Shades of Barberry #CBCE15
Tints of Barberry #CBCE15
RGB
CMYK
RGB Variations
Color information
#CBCE15 (or 0xCBCE15) is known color: Barberry. HEX triplet: CB, CE and 15. RGB value is (203,206,21). Sum of RGB (Red+Green+Blue) = 203+206+21=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCE15 is #3431EA. Grayscale: #B8B8B8. Windows color (decimal): -3420651 or 1429195. OLE color: 1429195.
HSL color Cylindrical-coordinate representation of color #CBCE15: hue angle of 60.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBCE15 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.19 |
| HSL | 60.97º | 0.81% | 0.45% | - |
| HSV(B) | 60.97º | 0.9% | 0.81% | - |
| XYZ | 46.84 | 56.89 | 9.22 | - |
| YUV | 184.01 | 36.01 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 21 | 0.01 | 0 | 0.90 | 0.19 | 60.97 | 0.81 | 0.45 |
| Hex | CB | CE | 15 | 1 | 0 | 5A | 13 | 3D | 51 | 2D |
| Octal | 313 | 316 | 25 | 1 | 0 | 132 | 23 | 75 | 121 | 55 |
| Binary | 11001011 | 11001110 | 10101 | 1 | 0 | 1011010 | 10011 | 111101 | 1010001 | 101101 |
Color Harmonies of #CBCE15
Complementary color
Monochromatic Colors of #CBCE15
Black with #CBCE15
Text Example
Text Example
White with #CBCE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE15; }
p { color: rgb(203,206,21); }
H1.HeaderClassName
{
color: #CBCE15;
}
.AnyTagClassName
{
color: #CBCE15;
}
</style>
background-color css
<style>
a { background-color: #CBCE15; }
a { background-color: rgb(203,206,21); }
div.DivClassName
{
background-color: #CBCE15;
}
.BgClassName
{
background-color: #CBCE15;
}
</style>
border-color css
<style>
span { border-color: #CBCE15; }
span { border-color: rgb(203,206,21); }
td.TdClassName
{
border-color: #CBCE15;
}
.TagClassName
{
border-color: #CBCE15;
}
</style>