Shades of Barberry #CBC528
Tints of Barberry #CBC528
RGB
CMYK
RGB Variations
Color information
#CBC528 (or 0xCBC528) is known color: Barberry. HEX triplet: CB, C5 and 28. RGB value is (203,197,40). Sum of RGB (Red+Green+Blue) = 203+197+40=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC528 is #343AD7. Grayscale: #B5B5B5. Windows color (decimal): -3422936 or 2672075. OLE color: 2672075.
HSL color Cylindrical-coordinate representation of color #CBC528: hue angle of 57.79º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBC528 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 40 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.20 |
| HSL | 57.79º | 0.67% | 0.48% | - |
| HSV(B) | 57.79º | 0.8% | 0.8% | - |
| XYZ | 44.98 | 52.78 | 9.82 | - |
| YUV | 180.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 40 | 0 | 0.03 | 0.80 | 0.20 | 57.79 | 0.67 | 0.48 |
| Hex | CB | C5 | 28 | 0 | 3 | 50 | 14 | 3A | 43 | 30 |
| Octal | 313 | 305 | 50 | 0 | 3 | 120 | 24 | 72 | 103 | 60 |
| Binary | 11001011 | 11000101 | 101000 | 0 | 11 | 1010000 | 10100 | 111010 | 1000011 | 110000 |
Color Harmonies of #CBC528
Complementary color
Monochromatic Colors of #CBC528
Black with #CBC528
Text Example
Text Example
White with #CBC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC528; }
p { color: rgb(203,197,40); }
H1.HeaderClassName
{
color: #CBC528;
}
.AnyTagClassName
{
color: #CBC528;
}
</style>
background-color css
<style>
a { background-color: #CBC528; }
a { background-color: rgb(203,197,40); }
div.DivClassName
{
background-color: #CBC528;
}
.BgClassName
{
background-color: #CBC528;
}
</style>
border-color css
<style>
span { border-color: #CBC528; }
span { border-color: rgb(203,197,40); }
td.TdClassName
{
border-color: #CBC528;
}
.TagClassName
{
border-color: #CBC528;
}
</style>