Shades of Barberry #CBBC2C
Tints of Barberry #CBBC2C
RGB
CMYK
RGB Variations
Color information
#CBBC2C (or 0xCBBC2C) is known color: Barberry. HEX triplet: CB, BC and 2C. RGB value is (203,188,44). Sum of RGB (Red+Green+Blue) = 203+188+44=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC2C is #3443D3. Grayscale: #B0B0B0. Windows color (decimal): -3425236 or 2931915. OLE color: 2931915.
HSL color Cylindrical-coordinate representation of color #CBBC2C: hue angle of 54.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBBC2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 44 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.20 |
| HSL | 54.34º | 0.64% | 0.48% | - |
| HSV(B) | 54.34º | 0.78% | 0.8% | - |
| XYZ | 43.07 | 48.84 | 9.54 | - |
| YUV | 176.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 44 | 0 | 0.07 | 0.78 | 0.20 | 54.34 | 0.64 | 0.48 |
| Hex | CB | BC | 2C | 0 | 7 | 4E | 14 | 36 | 40 | 30 |
| Octal | 313 | 274 | 54 | 0 | 7 | 116 | 24 | 66 | 100 | 60 |
| Binary | 11001011 | 10111100 | 101100 | 0 | 111 | 1001110 | 10100 | 110110 | 1000000 | 110000 |
Color Harmonies of #CBBC2C
Complementary color
Monochromatic Colors of #CBBC2C
Black with #CBBC2C
Text Example
Text Example
White with #CBBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC2C; }
p { color: rgb(203,188,44); }
H1.HeaderClassName
{
color: #CBBC2C;
}
.AnyTagClassName
{
color: #CBBC2C;
}
</style>
background-color css
<style>
a { background-color: #CBBC2C; }
a { background-color: rgb(203,188,44); }
div.DivClassName
{
background-color: #CBBC2C;
}
.BgClassName
{
background-color: #CBBC2C;
}
</style>
border-color css
<style>
span { border-color: #CBBC2C; }
span { border-color: rgb(203,188,44); }
td.TdClassName
{
border-color: #CBBC2C;
}
.TagClassName
{
border-color: #CBBC2C;
}
</style>