Shades of Barberry #CECE1B
Tints of Barberry #CECE1B
RGB
CMYK
RGB Variations
Color information
#CECE1B (or 0xCECE1B) is known color: Barberry. HEX triplet: CE, CE and 1B. RGB value is (206,206,27). Sum of RGB (Red+Green+Blue) = 206+206+27=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE1B is #3131E4. Grayscale: #BABABA. Windows color (decimal): -3224037 or 1822414. OLE color: 1822414.
HSL color Cylindrical-coordinate representation of color #CECE1B: hue angle of 60º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CECE1B is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 27 | - |
| CMYK | 0 | 0 | 0.87 | 0.19 |
| HSL | 60º | 0.77% | 0.46% | - |
| HSV(B) | 60º | 0.87% | 0.81% | - |
| XYZ | 47.72 | 57.34 | 9.59 | - |
| YUV | 185.59 | 38.5 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 27 | 0 | 0 | 0.87 | 0.19 | 60 | 0.77 | 0.46 |
| Hex | CE | CE | 1B | 0 | 0 | 57 | 13 | 3C | 4D | 2E |
| Octal | 316 | 316 | 33 | 0 | 0 | 127 | 23 | 74 | 115 | 56 |
| Binary | 11001110 | 11001110 | 11011 | 0 | 0 | 1010111 | 10011 | 111100 | 1001101 | 101110 |
Color Harmonies of #CECE1B
Complementary color
Monochromatic Colors of #CECE1B
Black with #CECE1B
Text Example
Text Example
White with #CECE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE1B; }
p { color: rgb(206,206,27); }
H1.HeaderClassName
{
color: #CECE1B;
}
.AnyTagClassName
{
color: #CECE1B;
}
</style>
background-color css
<style>
a { background-color: #CECE1B; }
a { background-color: rgb(206,206,27); }
div.DivClassName
{
background-color: #CECE1B;
}
.BgClassName
{
background-color: #CECE1B;
}
</style>
border-color css
<style>
span { border-color: #CECE1B; }
span { border-color: rgb(206,206,27); }
td.TdClassName
{
border-color: #CECE1B;
}
.TagClassName
{
border-color: #CECE1B;
}
</style>