Shades of Barberry #CECF19
Tints of Barberry #CECF19
RGB
CMYK
RGB Variations
Color information
#CECF19 (or 0xCECF19) is known color: Barberry. HEX triplet: CE, CF and 19. RGB value is (206,207,25). Sum of RGB (Red+Green+Blue) = 206+207+25=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF19 is #3130E6. Grayscale: #BABABA. Windows color (decimal): -3223783 or 1691598. OLE color: 1691598.
HSL color Cylindrical-coordinate representation of color #CECF19: hue angle of 60.33º degrees, saturation: 0.78, 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 #CECF19 is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 25 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.19 |
| HSL | 60.33º | 0.78% | 0.45% | - |
| HSV(B) | 60.33º | 0.88% | 0.81% | - |
| XYZ | 47.94 | 57.82 | 9.55 | - |
| YUV | 185.95 | 37.17 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 25 | 0.00 | 0 | 0.88 | 0.19 | 60.33 | 0.78 | 0.45 |
| Hex | CE | CF | 19 | 0 | 0 | 58 | 13 | 3C | 4E | 2D |
| Octal | 316 | 317 | 31 | 0 | 0 | 130 | 23 | 74 | 116 | 55 |
| Binary | 11001110 | 11001111 | 11001 | 0 | 0 | 1011000 | 10011 | 111100 | 1001110 | 101101 |
Color Harmonies of #CECF19
Complementary color
Monochromatic Colors of #CECF19
Black with #CECF19
Text Example
Text Example
White with #CECF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF19; }
p { color: rgb(206,207,25); }
H1.HeaderClassName
{
color: #CECF19;
}
.AnyTagClassName
{
color: #CECF19;
}
</style>
background-color css
<style>
a { background-color: #CECF19; }
a { background-color: rgb(206,207,25); }
div.DivClassName
{
background-color: #CECF19;
}
.BgClassName
{
background-color: #CECF19;
}
</style>
border-color css
<style>
span { border-color: #CECF19; }
span { border-color: rgb(206,207,25); }
td.TdClassName
{
border-color: #CECF19;
}
.TagClassName
{
border-color: #CECF19;
}
</style>