Shades of Barberry #CBBD2C
Tints of Barberry #CBBD2C
RGB
CMYK
RGB Variations
Color information
#CBBD2C (or 0xCBBD2C) is known color: Barberry. HEX triplet: CB, BD and 2C. RGB value is (203,189,44). Sum of RGB (Red+Green+Blue) = 203+189+44=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD2C is #3442D3. Grayscale: #B1B1B1. Windows color (decimal): -3424980 or 2932171. OLE color: 2932171.
HSL color Cylindrical-coordinate representation of color #CBBD2C: hue angle of 54.72º 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 #CBBD2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 44 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.20 |
| HSL | 54.72º | 0.64% | 0.48% | - |
| HSV(B) | 54.72º | 0.78% | 0.8% | - |
| XYZ | 43.28 | 49.27 | 9.61 | - |
| YUV | 176.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 44 | 0 | 0.07 | 0.78 | 0.20 | 54.72 | 0.64 | 0.48 |
| Hex | CB | BD | 2C | 0 | 7 | 4E | 14 | 37 | 40 | 30 |
| Octal | 313 | 275 | 54 | 0 | 7 | 116 | 24 | 67 | 100 | 60 |
| Binary | 11001011 | 10111101 | 101100 | 0 | 111 | 1001110 | 10100 | 110111 | 1000000 | 110000 |
Color Harmonies of #CBBD2C
Complementary color
Monochromatic Colors of #CBBD2C
Black with #CBBD2C
Text Example
Text Example
White with #CBBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD2C; }
p { color: rgb(203,189,44); }
H1.HeaderClassName
{
color: #CBBD2C;
}
.AnyTagClassName
{
color: #CBBD2C;
}
</style>
background-color css
<style>
a { background-color: #CBBD2C; }
a { background-color: rgb(203,189,44); }
div.DivClassName
{
background-color: #CBBD2C;
}
.BgClassName
{
background-color: #CBBD2C;
}
</style>
border-color css
<style>
span { border-color: #CBBD2C; }
span { border-color: rgb(203,189,44); }
td.TdClassName
{
border-color: #CBBD2C;
}
.TagClassName
{
border-color: #CBBD2C;
}
</style>