Shades of Barberry #CECC2C
Tints of Barberry #CECC2C
RGB
CMYK
RGB Variations
Color information
#CECC2C (or 0xCECC2C) is known color: Barberry. HEX triplet: CE, CC and 2C. RGB value is (206,204,44). Sum of RGB (Red+Green+Blue) = 206+204+44=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC2C is #3133D3. Grayscale: #BBBBBB. Windows color (decimal): -3224532 or 2936014. OLE color: 2936014.
HSL color Cylindrical-coordinate representation of color #CECC2C: hue angle of 59.26º 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 #CECC2C is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 44 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.19 |
| HSL | 59.26º | 0.65% | 0.49% | - |
| HSV(B) | 59.26º | 0.79% | 0.81% | - |
| XYZ | 47.5 | 56.49 | 10.78 | - |
| YUV | 186.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 44 | 0 | 0.01 | 0.79 | 0.19 | 59.26 | 0.65 | 0.49 |
| Hex | CE | CC | 2C | 0 | 1 | 4F | 13 | 3B | 41 | 31 |
| Octal | 316 | 314 | 54 | 0 | 1 | 117 | 23 | 73 | 101 | 61 |
| Binary | 11001110 | 11001100 | 101100 | 0 | 1 | 1001111 | 10011 | 111011 | 1000001 | 110001 |
Color Harmonies of #CECC2C
Complementary color
Monochromatic Colors of #CECC2C
Black with #CECC2C
Text Example
Text Example
White with #CECC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC2C; }
p { color: rgb(206,204,44); }
H1.HeaderClassName
{
color: #CECC2C;
}
.AnyTagClassName
{
color: #CECC2C;
}
</style>
background-color css
<style>
a { background-color: #CECC2C; }
a { background-color: rgb(206,204,44); }
div.DivClassName
{
background-color: #CECC2C;
}
.BgClassName
{
background-color: #CECC2C;
}
</style>
border-color css
<style>
span { border-color: #CECC2C; }
span { border-color: rgb(206,204,44); }
td.TdClassName
{
border-color: #CECC2C;
}
.TagClassName
{
border-color: #CECC2C;
}
</style>