Shades of Barberry #CBC720
Tints of Barberry #CBC720
RGB
CMYK
RGB Variations
Color information
#CBC720 (or 0xCBC720) is known color: Barberry. HEX triplet: CB, C7 and 20. RGB value is (203,199,32). Sum of RGB (Red+Green+Blue) = 203+199+32=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC720 is #3438DF. Grayscale: #B5B5B5. Windows color (decimal): -3422432 or 2148299. OLE color: 2148299.
HSL color Cylindrical-coordinate representation of color #CBC720: hue angle of 58.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBC720 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 32 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.20 |
| HSL | 58.6º | 0.73% | 0.46% | - |
| HSV(B) | 58.6º | 0.84% | 0.8% | - |
| XYZ | 45.31 | 53.65 | 9.33 | - |
| YUV | 181.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 32 | 0 | 0.02 | 0.84 | 0.20 | 58.6 | 0.73 | 0.46 |
| Hex | CB | C7 | 20 | 0 | 2 | 54 | 14 | 3B | 49 | 2E |
| Octal | 313 | 307 | 40 | 0 | 2 | 124 | 24 | 73 | 111 | 56 |
| Binary | 11001011 | 11000111 | 100000 | 0 | 10 | 1010100 | 10100 | 111011 | 1001001 | 101110 |
Color Harmonies of #CBC720
Complementary color
Monochromatic Colors of #CBC720
Black with #CBC720
Text Example
Text Example
White with #CBC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC720; }
p { color: rgb(203,199,32); }
H1.HeaderClassName
{
color: #CBC720;
}
.AnyTagClassName
{
color: #CBC720;
}
</style>
background-color css
<style>
a { background-color: #CBC720; }
a { background-color: rgb(203,199,32); }
div.DivClassName
{
background-color: #CBC720;
}
.BgClassName
{
background-color: #CBC720;
}
</style>
border-color css
<style>
span { border-color: #CBC720; }
span { border-color: rgb(203,199,32); }
td.TdClassName
{
border-color: #CBC720;
}
.TagClassName
{
border-color: #CBC720;
}
</style>