Shades of Barberry #CEBC2C
Tints of Barberry #CEBC2C
RGB
CMYK
RGB Variations
Color information
#CEBC2C (or 0xCEBC2C) is known color: Barberry. HEX triplet: CE, BC and 2C. RGB value is (206,188,44). Sum of RGB (Red+Green+Blue) = 206+188+44=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC2C is #3143D3. Grayscale: #B1B1B1. Windows color (decimal): -3228628 or 2931918. OLE color: 2931918.
HSL color Cylindrical-coordinate representation of color #CEBC2C: hue angle of 53.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEBC2C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 44 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.19 |
| HSL | 53.33º | 0.65% | 0.49% | - |
| HSV(B) | 53.33º | 0.79% | 0.81% | - |
| XYZ | 43.89 | 49.27 | 9.58 | - |
| YUV | 176.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 44 | 0 | 0.09 | 0.79 | 0.19 | 53.33 | 0.65 | 0.49 |
| Hex | CE | BC | 2C | 0 | 9 | 4F | 13 | 35 | 41 | 31 |
| Octal | 316 | 274 | 54 | 0 | 11 | 117 | 23 | 65 | 101 | 61 |
| Binary | 11001110 | 10111100 | 101100 | 0 | 1001 | 1001111 | 10011 | 110101 | 1000001 | 110001 |
Color Harmonies of #CEBC2C
Complementary color
Monochromatic Colors of #CEBC2C
Black with #CEBC2C
Text Example
Text Example
White with #CEBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC2C; }
p { color: rgb(206,188,44); }
H1.HeaderClassName
{
color: #CEBC2C;
}
.AnyTagClassName
{
color: #CEBC2C;
}
</style>
background-color css
<style>
a { background-color: #CEBC2C; }
a { background-color: rgb(206,188,44); }
div.DivClassName
{
background-color: #CEBC2C;
}
.BgClassName
{
background-color: #CEBC2C;
}
</style>
border-color css
<style>
span { border-color: #CEBC2C; }
span { border-color: rgb(206,188,44); }
td.TdClassName
{
border-color: #CEBC2C;
}
.TagClassName
{
border-color: #CEBC2C;
}
</style>