Shades of Barberry #CECC2A
Tints of Barberry #CECC2A
RGB
CMYK
RGB Variations
Color information
#CECC2A (or 0xCECC2A) is known color: Barberry. HEX triplet: CE, CC and 2A. RGB value is (206,204,42). Sum of RGB (Red+Green+Blue) = 206+204+42=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC2A is #3133D5. Grayscale: #BABABA. Windows color (decimal): -3224534 or 2804942. OLE color: 2804942.
HSL color Cylindrical-coordinate representation of color #CECC2A: hue angle of 59.27º 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 #CECC2A is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 42 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.19 |
| HSL | 59.27º | 0.66% | 0.49% | - |
| HSV(B) | 59.27º | 0.8% | 0.81% | - |
| XYZ | 47.46 | 56.47 | 10.59 | - |
| YUV | 186.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 42 | 0 | 0.01 | 0.80 | 0.19 | 59.27 | 0.66 | 0.49 |
| Hex | CE | CC | 2A | 0 | 1 | 50 | 13 | 3B | 42 | 31 |
| Octal | 316 | 314 | 52 | 0 | 1 | 120 | 23 | 73 | 102 | 61 |
| Binary | 11001110 | 11001100 | 101010 | 0 | 1 | 1010000 | 10011 | 111011 | 1000010 | 110001 |
Color Harmonies of #CECC2A
Complementary color
Monochromatic Colors of #CECC2A
Black with #CECC2A
Text Example
Text Example
White with #CECC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC2A; }
p { color: rgb(206,204,42); }
H1.HeaderClassName
{
color: #CECC2A;
}
.AnyTagClassName
{
color: #CECC2A;
}
</style>
background-color css
<style>
a { background-color: #CECC2A; }
a { background-color: rgb(206,204,42); }
div.DivClassName
{
background-color: #CECC2A;
}
.BgClassName
{
background-color: #CECC2A;
}
</style>
border-color css
<style>
span { border-color: #CECC2A; }
span { border-color: rgb(206,204,42); }
td.TdClassName
{
border-color: #CECC2A;
}
.TagClassName
{
border-color: #CECC2A;
}
</style>