Shades of Barberry #CECF18
Tints of Barberry #CECF18
RGB
CMYK
RGB Variations
Color information
#CECF18 (or 0xCECF18) is known color: Barberry. HEX triplet: CE, CF and 18. RGB value is (206,207,24). Sum of RGB (Red+Green+Blue) = 206+207+24=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF18 is #3130E7. Grayscale: #BABABA. Windows color (decimal): -3223784 or 1626062. OLE color: 1626062.
HSL color Cylindrical-coordinate representation of color #CECF18: hue angle of 60.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CECF18 is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 24 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.19 |
| HSL | 60.33º | 0.79% | 0.45% | - |
| HSV(B) | 60.33º | 0.88% | 0.81% | - |
| XYZ | 47.93 | 57.81 | 9.5 | - |
| YUV | 185.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 24 | 0.00 | 0 | 0.88 | 0.19 | 60.33 | 0.79 | 0.45 |
| Hex | CE | CF | 18 | 0 | 0 | 58 | 13 | 3C | 4F | 2D |
| Octal | 316 | 317 | 30 | 0 | 0 | 130 | 23 | 74 | 117 | 55 |
| Binary | 11001110 | 11001111 | 11000 | 0 | 0 | 1011000 | 10011 | 111100 | 1001111 | 101101 |
Color Harmonies of #CECF18
Complementary color
Monochromatic Colors of #CECF18
Black with #CECF18
Text Example
Text Example
White with #CECF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF18; }
p { color: rgb(206,207,24); }
H1.HeaderClassName
{
color: #CECF18;
}
.AnyTagClassName
{
color: #CECF18;
}
</style>
background-color css
<style>
a { background-color: #CECF18; }
a { background-color: rgb(206,207,24); }
div.DivClassName
{
background-color: #CECF18;
}
.BgClassName
{
background-color: #CECF18;
}
</style>
border-color css
<style>
span { border-color: #CECF18; }
span { border-color: rgb(206,207,24); }
td.TdClassName
{
border-color: #CECF18;
}
.TagClassName
{
border-color: #CECF18;
}
</style>