Shades of Barberry #CBC026
Tints of Barberry #CBC026
RGB
CMYK
RGB Variations
Color information
#CBC026 (or 0xCBC026) is known color: Barberry. HEX triplet: CB, C0 and 26. RGB value is (203,192,38). Sum of RGB (Red+Green+Blue) = 203+192+38=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC026 is #343FD9. Grayscale: #B2B2B2. Windows color (decimal): -3424218 or 2539723. OLE color: 2539723.
HSL color Cylindrical-coordinate representation of color #CBC026: hue angle of 56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBC026 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 38 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.20 |
| HSL | 56º | 0.68% | 0.47% | - |
| HSV(B) | 56º | 0.81% | 0.8% | - |
| XYZ | 43.83 | 50.54 | 9.28 | - |
| YUV | 177.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 38 | 0 | 0.05 | 0.81 | 0.20 | 56 | 0.68 | 0.47 |
| Hex | CB | C0 | 26 | 0 | 5 | 51 | 14 | 38 | 44 | 2F |
| Octal | 313 | 300 | 46 | 0 | 5 | 121 | 24 | 70 | 104 | 57 |
| Binary | 11001011 | 11000000 | 100110 | 0 | 101 | 1010001 | 10100 | 111000 | 1000100 | 101111 |
Color Harmonies of #CBC026
Complementary color
Monochromatic Colors of #CBC026
Black with #CBC026
Text Example
Text Example
White with #CBC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC026; }
p { color: rgb(203,192,38); }
H1.HeaderClassName
{
color: #CBC026;
}
.AnyTagClassName
{
color: #CBC026;
}
</style>
background-color css
<style>
a { background-color: #CBC026; }
a { background-color: rgb(203,192,38); }
div.DivClassName
{
background-color: #CBC026;
}
.BgClassName
{
background-color: #CBC026;
}
</style>
border-color css
<style>
span { border-color: #CBC026; }
span { border-color: rgb(203,192,38); }
td.TdClassName
{
border-color: #CBC026;
}
.TagClassName
{
border-color: #CBC026;
}
</style>