Shades of Barberry #CEC726
Tints of Barberry #CEC726
RGB
CMYK
RGB Variations
Color information
#CEC726 (or 0xCEC726) is known color: Barberry. HEX triplet: CE, C7 and 26. RGB value is (206,199,38). Sum of RGB (Red+Green+Blue) = 206+199+38=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC726 is #3138D9. Grayscale: #B7B7B7. Windows color (decimal): -3225818 or 2541518. OLE color: 2541518.
HSL color Cylindrical-coordinate representation of color #CEC726: hue angle of 57.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEC726 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 38 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.19 |
| HSL | 57.5º | 0.69% | 0.48% | - |
| HSV(B) | 57.5º | 0.82% | 0.81% | - |
| XYZ | 46.23 | 54.11 | 9.84 | - |
| YUV | 182.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 38 | 0 | 0.03 | 0.82 | 0.19 | 57.5 | 0.69 | 0.48 |
| Hex | CE | C7 | 26 | 0 | 3 | 52 | 13 | 3A | 45 | 30 |
| Octal | 316 | 307 | 46 | 0 | 3 | 122 | 23 | 72 | 105 | 60 |
| Binary | 11001110 | 11000111 | 100110 | 0 | 11 | 1010010 | 10011 | 111010 | 1000101 | 110000 |
Color Harmonies of #CEC726
Complementary color
Monochromatic Colors of #CEC726
Black with #CEC726
Text Example
Text Example
White with #CEC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC726; }
p { color: rgb(206,199,38); }
H1.HeaderClassName
{
color: #CEC726;
}
.AnyTagClassName
{
color: #CEC726;
}
</style>
background-color css
<style>
a { background-color: #CEC726; }
a { background-color: rgb(206,199,38); }
div.DivClassName
{
background-color: #CEC726;
}
.BgClassName
{
background-color: #CEC726;
}
</style>
border-color css
<style>
span { border-color: #CEC726; }
span { border-color: rgb(206,199,38); }
td.TdClassName
{
border-color: #CEC726;
}
.TagClassName
{
border-color: #CEC726;
}
</style>