Shades of Barberry #CBC72E
Tints of Barberry #CBC72E
RGB
CMYK
RGB Variations
Color information
#CBC72E (or 0xCBC72E) is known color: Barberry. HEX triplet: CB, C7 and 2E. RGB value is (203,199,46). Sum of RGB (Red+Green+Blue) = 203+199+46=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC72E is #3438D1. Grayscale: #B7B7B7. Windows color (decimal): -3422418 or 3065803. OLE color: 3065803.
HSL color Cylindrical-coordinate representation of color #CBC72E: hue angle of 58.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBC72E is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 46 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.20 |
| HSL | 58.47º | 0.63% | 0.49% | - |
| HSV(B) | 58.47º | 0.77% | 0.8% | - |
| XYZ | 45.55 | 53.74 | 10.56 | - |
| YUV | 182.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 46 | 0 | 0.02 | 0.77 | 0.20 | 58.47 | 0.63 | 0.49 |
| Hex | CB | C7 | 2E | 0 | 2 | 4D | 14 | 3A | 3F | 31 |
| Octal | 313 | 307 | 56 | 0 | 2 | 115 | 24 | 72 | 77 | 61 |
| Binary | 11001011 | 11000111 | 101110 | 0 | 10 | 1001101 | 10100 | 111010 | 111111 | 110001 |
Color Harmonies of #CBC72E
Complementary color
Monochromatic Colors of #CBC72E
Black with #CBC72E
Text Example
Text Example
White with #CBC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC72E; }
p { color: rgb(203,199,46); }
H1.HeaderClassName
{
color: #CBC72E;
}
.AnyTagClassName
{
color: #CBC72E;
}
</style>
background-color css
<style>
a { background-color: #CBC72E; }
a { background-color: rgb(203,199,46); }
div.DivClassName
{
background-color: #CBC72E;
}
.BgClassName
{
background-color: #CBC72E;
}
</style>
border-color css
<style>
span { border-color: #CBC72E; }
span { border-color: rgb(203,199,46); }
td.TdClassName
{
border-color: #CBC72E;
}
.TagClassName
{
border-color: #CBC72E;
}
</style>