Shades of Barberry #CBCF16
Tints of Barberry #CBCF16
RGB
CMYK
RGB Variations
Color information
#CBCF16 (or 0xCBCF16) is known color: Barberry. HEX triplet: CB, CF and 16. RGB value is (203,207,22). Sum of RGB (Red+Green+Blue) = 203+207+22=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCF16 is #3430E9. Grayscale: #B9B9B9. Windows color (decimal): -3420394 or 1494987. OLE color: 1494987.
HSL color Cylindrical-coordinate representation of color #CBCF16: hue angle of 61.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBCF16 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 22 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.19 |
| HSL | 61.3º | 0.81% | 0.45% | - |
| HSV(B) | 61.3º | 0.89% | 0.81% | - |
| XYZ | 47.09 | 57.38 | 9.35 | - |
| YUV | 184.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 22 | 0.02 | 0 | 0.89 | 0.19 | 61.3 | 0.81 | 0.45 |
| Hex | CB | CF | 16 | 2 | 0 | 59 | 13 | 3D | 51 | 2D |
| Octal | 313 | 317 | 26 | 2 | 0 | 131 | 23 | 75 | 121 | 55 |
| Binary | 11001011 | 11001111 | 10110 | 10 | 0 | 1011001 | 10011 | 111101 | 1010001 | 101101 |
Color Harmonies of #CBCF16
Complementary color
Monochromatic Colors of #CBCF16
Black with #CBCF16
Text Example
Text Example
White with #CBCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF16; }
p { color: rgb(203,207,22); }
H1.HeaderClassName
{
color: #CBCF16;
}
.AnyTagClassName
{
color: #CBCF16;
}
</style>
background-color css
<style>
a { background-color: #CBCF16; }
a { background-color: rgb(203,207,22); }
div.DivClassName
{
background-color: #CBCF16;
}
.BgClassName
{
background-color: #CBCF16;
}
</style>
border-color css
<style>
span { border-color: #CBCF16; }
span { border-color: rgb(203,207,22); }
td.TdClassName
{
border-color: #CBCF16;
}
.TagClassName
{
border-color: #CBCF16;
}
</style>