Shades of Barberry #CBC928
Tints of Barberry #CBC928
RGB
CMYK
RGB Variations
Color information
#CBC928 (or 0xCBC928) is known color: Barberry. HEX triplet: CB, C9 and 28. RGB value is (203,201,40). Sum of RGB (Red+Green+Blue) = 203+201+40=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC928 is #3436D7. Grayscale: #B7B7B7. Windows color (decimal): -3421912 or 2673099. OLE color: 2673099.
HSL color Cylindrical-coordinate representation of color #CBC928: hue angle of 59.26º 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 #CBC928 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 40 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.20 |
| HSL | 59.26º | 0.67% | 0.48% | - |
| HSV(B) | 59.26º | 0.8% | 0.8% | - |
| XYZ | 45.9 | 54.62 | 10.13 | - |
| YUV | 183.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 40 | 0 | 0.01 | 0.80 | 0.20 | 59.26 | 0.67 | 0.48 |
| Hex | CB | C9 | 28 | 0 | 1 | 50 | 14 | 3B | 43 | 30 |
| Octal | 313 | 311 | 50 | 0 | 1 | 120 | 24 | 73 | 103 | 60 |
| Binary | 11001011 | 11001001 | 101000 | 0 | 1 | 1010000 | 10100 | 111011 | 1000011 | 110000 |
Color Harmonies of #CBC928
Complementary color
Monochromatic Colors of #CBC928
Black with #CBC928
Text Example
Text Example
White with #CBC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC928; }
p { color: rgb(203,201,40); }
H1.HeaderClassName
{
color: #CBC928;
}
.AnyTagClassName
{
color: #CBC928;
}
</style>
background-color css
<style>
a { background-color: #CBC928; }
a { background-color: rgb(203,201,40); }
div.DivClassName
{
background-color: #CBC928;
}
.BgClassName
{
background-color: #CBC928;
}
</style>
border-color css
<style>
span { border-color: #CBC928; }
span { border-color: rgb(203,201,40); }
td.TdClassName
{
border-color: #CBC928;
}
.TagClassName
{
border-color: #CBC928;
}
</style>