Shades of Barberry #CBC728
Tints of Barberry #CBC728
RGB
CMYK
RGB Variations
Color information
#CBC728 (or 0xCBC728) is known color: Barberry. HEX triplet: CB, C7 and 28. RGB value is (203,199,40). Sum of RGB (Red+Green+Blue) = 203+199+40=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC728 is #3438D7. Grayscale: #B6B6B6. Windows color (decimal): -3422424 or 2672587. OLE color: 2672587.
HSL color Cylindrical-coordinate representation of color #CBC728: hue angle of 58.53º 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 #CBC728 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 40 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.20 |
| HSL | 58.53º | 0.67% | 0.48% | - |
| HSV(B) | 58.53º | 0.8% | 0.8% | - |
| XYZ | 45.44 | 53.7 | 9.98 | - |
| YUV | 182.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 40 | 0 | 0.02 | 0.80 | 0.20 | 58.53 | 0.67 | 0.48 |
| Hex | CB | C7 | 28 | 0 | 2 | 50 | 14 | 3B | 43 | 30 |
| Octal | 313 | 307 | 50 | 0 | 2 | 120 | 24 | 73 | 103 | 60 |
| Binary | 11001011 | 11000111 | 101000 | 0 | 10 | 1010000 | 10100 | 111011 | 1000011 | 110000 |
Color Harmonies of #CBC728
Complementary color
Monochromatic Colors of #CBC728
Black with #CBC728
Text Example
Text Example
White with #CBC728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC728; }
p { color: rgb(203,199,40); }
H1.HeaderClassName
{
color: #CBC728;
}
.AnyTagClassName
{
color: #CBC728;
}
</style>
background-color css
<style>
a { background-color: #CBC728; }
a { background-color: rgb(203,199,40); }
div.DivClassName
{
background-color: #CBC728;
}
.BgClassName
{
background-color: #CBC728;
}
</style>
border-color css
<style>
span { border-color: #CBC728; }
span { border-color: rgb(203,199,40); }
td.TdClassName
{
border-color: #CBC728;
}
.TagClassName
{
border-color: #CBC728;
}
</style>