Shades of Barberry #CECF27
Tints of Barberry #CECF27
RGB
CMYK
RGB Variations
Color information
#CECF27 (or 0xCECF27) is known color: Barberry. HEX triplet: CE, CF and 27. RGB value is (206,207,39). Sum of RGB (Red+Green+Blue) = 206+207+39=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECF27 is #3130D8. Grayscale: #BCBCBC. Windows color (decimal): -3223769 or 2609102. OLE color: 2609102.
HSL color Cylindrical-coordinate representation of color #CECF27: hue angle of 60.36º 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 #CECF27 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 39 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.19 |
| HSL | 60.36º | 0.68% | 0.48% | - |
| HSV(B) | 60.36º | 0.81% | 0.81% | - |
| XYZ | 48.13 | 57.89 | 10.56 | - |
| YUV | 187.55 | 44.17 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 39 | 0.00 | 0 | 0.81 | 0.19 | 60.36 | 0.68 | 0.48 |
| Hex | CE | CF | 27 | 0 | 0 | 51 | 13 | 3C | 44 | 30 |
| Octal | 316 | 317 | 47 | 0 | 0 | 121 | 23 | 74 | 104 | 60 |
| Binary | 11001110 | 11001111 | 100111 | 0 | 0 | 1010001 | 10011 | 111100 | 1000100 | 110000 |
Color Harmonies of #CECF27
Complementary color
Monochromatic Colors of #CECF27
Black with #CECF27
Text Example
Text Example
White with #CECF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF27; }
p { color: rgb(206,207,39); }
H1.HeaderClassName
{
color: #CECF27;
}
.AnyTagClassName
{
color: #CECF27;
}
</style>
background-color css
<style>
a { background-color: #CECF27; }
a { background-color: rgb(206,207,39); }
div.DivClassName
{
background-color: #CECF27;
}
.BgClassName
{
background-color: #CECF27;
}
</style>
border-color css
<style>
span { border-color: #CECF27; }
span { border-color: rgb(206,207,39); }
td.TdClassName
{
border-color: #CECF27;
}
.TagClassName
{
border-color: #CECF27;
}
</style>