Shades of Barberry #CECB27
Tints of Barberry #CECB27
RGB
CMYK
RGB Variations
Color information
#CECB27 (or 0xCECB27) is known color: Barberry. HEX triplet: CE, CB and 27. RGB value is (206,203,39). Sum of RGB (Red+Green+Blue) = 206+203+39=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB27 is #3134D8. Grayscale: #B9B9B9. Windows color (decimal): -3224793 or 2608078. OLE color: 2608078.
HSL color Cylindrical-coordinate representation of color #CECB27: hue angle of 58.92º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CECB27 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 39 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.19 |
| HSL | 58.92º | 0.68% | 0.48% | - |
| HSV(B) | 58.92º | 0.81% | 0.81% | - |
| XYZ | 47.18 | 55.98 | 10.24 | - |
| YUV | 185.2 | 45.49 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 39 | 0 | 0.01 | 0.81 | 0.19 | 58.92 | 0.68 | 0.48 |
| Hex | CE | CB | 27 | 0 | 1 | 51 | 13 | 3B | 44 | 30 |
| Octal | 316 | 313 | 47 | 0 | 1 | 121 | 23 | 73 | 104 | 60 |
| Binary | 11001110 | 11001011 | 100111 | 0 | 1 | 1010001 | 10011 | 111011 | 1000100 | 110000 |
Color Harmonies of #CECB27
Complementary color
Monochromatic Colors of #CECB27
Black with #CECB27
Text Example
Text Example
White with #CECB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB27; }
p { color: rgb(206,203,39); }
H1.HeaderClassName
{
color: #CECB27;
}
.AnyTagClassName
{
color: #CECB27;
}
</style>
background-color css
<style>
a { background-color: #CECB27; }
a { background-color: rgb(206,203,39); }
div.DivClassName
{
background-color: #CECB27;
}
.BgClassName
{
background-color: #CECB27;
}
</style>
border-color css
<style>
span { border-color: #CECB27; }
span { border-color: rgb(206,203,39); }
td.TdClassName
{
border-color: #CECB27;
}
.TagClassName
{
border-color: #CECB27;
}
</style>