Shades of Barberry #CECB2A
Tints of Barberry #CECB2A
RGB
CMYK
RGB Variations
Color information
#CECB2A (or 0xCECB2A) is known color: Barberry. HEX triplet: CE, CB and 2A. RGB value is (206,203,42). Sum of RGB (Red+Green+Blue) = 206+203+42=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB2A is #3134D5. Grayscale: #BABABA. Windows color (decimal): -3224790 or 2804686. OLE color: 2804686.
HSL color Cylindrical-coordinate representation of color #CECB2A: hue angle of 58.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CECB2A is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 42 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.19 |
| HSL | 58.9º | 0.66% | 0.49% | - |
| HSV(B) | 58.9º | 0.8% | 0.81% | - |
| XYZ | 47.23 | 56 | 10.51 | - |
| YUV | 185.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 42 | 0 | 0.01 | 0.80 | 0.19 | 58.9 | 0.66 | 0.49 |
| Hex | CE | CB | 2A | 0 | 1 | 50 | 13 | 3B | 42 | 31 |
| Octal | 316 | 313 | 52 | 0 | 1 | 120 | 23 | 73 | 102 | 61 |
| Binary | 11001110 | 11001011 | 101010 | 0 | 1 | 1010000 | 10011 | 111011 | 1000010 | 110001 |
Color Harmonies of #CECB2A
Complementary color
Monochromatic Colors of #CECB2A
Black with #CECB2A
Text Example
Text Example
White with #CECB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB2A; }
p { color: rgb(206,203,42); }
H1.HeaderClassName
{
color: #CECB2A;
}
.AnyTagClassName
{
color: #CECB2A;
}
</style>
background-color css
<style>
a { background-color: #CECB2A; }
a { background-color: rgb(206,203,42); }
div.DivClassName
{
background-color: #CECB2A;
}
.BgClassName
{
background-color: #CECB2A;
}
</style>
border-color css
<style>
span { border-color: #CECB2A; }
span { border-color: rgb(206,203,42); }
td.TdClassName
{
border-color: #CECB2A;
}
.TagClassName
{
border-color: #CECB2A;
}
</style>