Shades of Barberry #CECB2B
Tints of Barberry #CECB2B
RGB
CMYK
RGB Variations
Color information
#CECB2B (or 0xCECB2B) is known color: Barberry. HEX triplet: CE, CB and 2B. RGB value is (206,203,43). Sum of RGB (Red+Green+Blue) = 206+203+43=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB2B is #3134D4. Grayscale: #BABABA. Windows color (decimal): -3224789 or 2870222. OLE color: 2870222.
HSL color Cylindrical-coordinate representation of color #CECB2B: hue angle of 58.9º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CECB2B is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 43 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.19 |
| HSL | 58.9º | 0.65% | 0.49% | - |
| HSV(B) | 58.9º | 0.79% | 0.81% | - |
| XYZ | 47.25 | 56.01 | 10.61 | - |
| YUV | 185.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 43 | 0 | 0.01 | 0.79 | 0.19 | 58.9 | 0.65 | 0.49 |
| Hex | CE | CB | 2B | 0 | 1 | 4F | 13 | 3B | 41 | 31 |
| Octal | 316 | 313 | 53 | 0 | 1 | 117 | 23 | 73 | 101 | 61 |
| Binary | 11001110 | 11001011 | 101011 | 0 | 1 | 1001111 | 10011 | 111011 | 1000001 | 110001 |
Color Harmonies of #CECB2B
Complementary color
Monochromatic Colors of #CECB2B
Black with #CECB2B
Text Example
Text Example
White with #CECB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB2B; }
p { color: rgb(206,203,43); }
H1.HeaderClassName
{
color: #CECB2B;
}
.AnyTagClassName
{
color: #CECB2B;
}
</style>
background-color css
<style>
a { background-color: #CECB2B; }
a { background-color: rgb(206,203,43); }
div.DivClassName
{
background-color: #CECB2B;
}
.BgClassName
{
background-color: #CECB2B;
}
</style>
border-color css
<style>
span { border-color: #CECB2B; }
span { border-color: rgb(206,203,43); }
td.TdClassName
{
border-color: #CECB2B;
}
.TagClassName
{
border-color: #CECB2B;
}
</style>