Shades of Barberry #CECE1C
Tints of Barberry #CECE1C
RGB
CMYK
RGB Variations
Color information
#CECE1C (or 0xCECE1C) is known color: Barberry. HEX triplet: CE, CE and 1C. RGB value is (206,206,28). Sum of RGB (Red+Green+Blue) = 206+206+28=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE1C is #3131E3. Grayscale: #BABABA. Windows color (decimal): -3224036 or 1887950. OLE color: 1887950.
HSL color Cylindrical-coordinate representation of color #CECE1C: hue angle of 60º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CECE1C is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 28 | - |
| CMYK | 0 | 0 | 0.86 | 0.19 |
| HSL | 60º | 0.76% | 0.46% | - |
| HSV(B) | 60º | 0.86% | 0.81% | - |
| XYZ | 47.73 | 57.35 | 9.65 | - |
| YUV | 185.71 | 39 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 28 | 0 | 0 | 0.86 | 0.19 | 60 | 0.76 | 0.46 |
| Hex | CE | CE | 1C | 0 | 0 | 56 | 13 | 3C | 4C | 2E |
| Octal | 316 | 316 | 34 | 0 | 0 | 126 | 23 | 74 | 114 | 56 |
| Binary | 11001110 | 11001110 | 11100 | 0 | 0 | 1010110 | 10011 | 111100 | 1001100 | 101110 |
Color Harmonies of #CECE1C
Complementary color
Monochromatic Colors of #CECE1C
Black with #CECE1C
Text Example
Text Example
White with #CECE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE1C; }
p { color: rgb(206,206,28); }
H1.HeaderClassName
{
color: #CECE1C;
}
.AnyTagClassName
{
color: #CECE1C;
}
</style>
background-color css
<style>
a { background-color: #CECE1C; }
a { background-color: rgb(206,206,28); }
div.DivClassName
{
background-color: #CECE1C;
}
.BgClassName
{
background-color: #CECE1C;
}
</style>
border-color css
<style>
span { border-color: #CECE1C; }
span { border-color: rgb(206,206,28); }
td.TdClassName
{
border-color: #CECE1C;
}
.TagClassName
{
border-color: #CECE1C;
}
</style>