Shades of Barberry #CECE29
Tints of Barberry #CECE29
RGB
CMYK
RGB Variations
Color information
#CECE29 (or 0xCECE29) is known color: Barberry. HEX triplet: CE, CE and 29. RGB value is (206,206,41). Sum of RGB (Red+Green+Blue) = 206+206+41=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE29 is #3131D6. Grayscale: #BBBBBB. Windows color (decimal): -3224023 or 2739918. OLE color: 2739918.
HSL color Cylindrical-coordinate representation of color #CECE29: hue angle of 60º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CECE29 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 41 | - |
| CMYK | 0 | 0 | 0.80 | 0.19 |
| HSL | 60º | 0.67% | 0.48% | - |
| HSV(B) | 60º | 0.8% | 0.81% | - |
| XYZ | 47.93 | 57.42 | 10.66 | - |
| YUV | 187.19 | 45.5 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 41 | 0 | 0 | 0.80 | 0.19 | 60 | 0.67 | 0.48 |
| Hex | CE | CE | 29 | 0 | 0 | 50 | 13 | 3C | 43 | 30 |
| Octal | 316 | 316 | 51 | 0 | 0 | 120 | 23 | 74 | 103 | 60 |
| Binary | 11001110 | 11001110 | 101001 | 0 | 0 | 1010000 | 10011 | 111100 | 1000011 | 110000 |
Color Harmonies of #CECE29
Complementary color
Monochromatic Colors of #CECE29
Black with #CECE29
Text Example
Text Example
White with #CECE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE29; }
p { color: rgb(206,206,41); }
H1.HeaderClassName
{
color: #CECE29;
}
.AnyTagClassName
{
color: #CECE29;
}
</style>
background-color css
<style>
a { background-color: #CECE29; }
a { background-color: rgb(206,206,41); }
div.DivClassName
{
background-color: #CECE29;
}
.BgClassName
{
background-color: #CECE29;
}
</style>
border-color css
<style>
span { border-color: #CECE29; }
span { border-color: rgb(206,206,41); }
td.TdClassName
{
border-color: #CECE29;
}
.TagClassName
{
border-color: #CECE29;
}
</style>