Shades of Barberry #CEC928
Tints of Barberry #CEC928
RGB
CMYK
RGB Variations
Color information
#CEC928 (or 0xCEC928) is known color: Barberry. HEX triplet: CE, C9 and 28. RGB value is (206,201,40). Sum of RGB (Red+Green+Blue) = 206+201+40=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC928 is #3136D7. Grayscale: #B8B8B8. Windows color (decimal): -3225304 or 2673102. OLE color: 2673102.
HSL color Cylindrical-coordinate representation of color #CEC928: hue angle of 58.19º degrees, saturation: 0.67, 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 #CEC928 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 40 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.19 |
| HSL | 58.19º | 0.67% | 0.48% | - |
| HSV(B) | 58.19º | 0.81% | 0.81% | - |
| XYZ | 46.72 | 55.05 | 10.17 | - |
| YUV | 184.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 40 | 0 | 0.02 | 0.81 | 0.19 | 58.19 | 0.67 | 0.48 |
| Hex | CE | C9 | 28 | 0 | 2 | 51 | 13 | 3A | 43 | 30 |
| Octal | 316 | 311 | 50 | 0 | 2 | 121 | 23 | 72 | 103 | 60 |
| Binary | 11001110 | 11001001 | 101000 | 0 | 10 | 1010001 | 10011 | 111010 | 1000011 | 110000 |
Color Harmonies of #CEC928
Complementary color
Monochromatic Colors of #CEC928
Black with #CEC928
Text Example
Text Example
White with #CEC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC928; }
p { color: rgb(206,201,40); }
H1.HeaderClassName
{
color: #CEC928;
}
.AnyTagClassName
{
color: #CEC928;
}
</style>
background-color css
<style>
a { background-color: #CEC928; }
a { background-color: rgb(206,201,40); }
div.DivClassName
{
background-color: #CEC928;
}
.BgClassName
{
background-color: #CEC928;
}
</style>
border-color css
<style>
span { border-color: #CEC928; }
span { border-color: rgb(206,201,40); }
td.TdClassName
{
border-color: #CEC928;
}
.TagClassName
{
border-color: #CEC928;
}
</style>