Shades of Barberry #CECA1A
Tints of Barberry #CECA1A
RGB
CMYK
RGB Variations
Color information
#CECA1A (or 0xCECA1A) is known color: Barberry. HEX triplet: CE, CA and 1A. RGB value is (206,202,26). Sum of RGB (Red+Green+Blue) = 206+202+26=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1A is #3135E5. Grayscale: #B7B7B7. Windows color (decimal): -3225062 or 1755854. OLE color: 1755854.
HSL color Cylindrical-coordinate representation of color #CECA1A: hue angle of 58.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CECA1A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 26 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.19 |
| HSL | 58.67º | 0.78% | 0.45% | - |
| HSV(B) | 58.67º | 0.87% | 0.81% | - |
| XYZ | 46.76 | 55.44 | 9.21 | - |
| YUV | 183.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 26 | 0 | 0.02 | 0.87 | 0.19 | 58.67 | 0.78 | 0.45 |
| Hex | CE | CA | 1A | 0 | 2 | 57 | 13 | 3B | 4E | 2D |
| Octal | 316 | 312 | 32 | 0 | 2 | 127 | 23 | 73 | 116 | 55 |
| Binary | 11001110 | 11001010 | 11010 | 0 | 10 | 1010111 | 10011 | 111011 | 1001110 | 101101 |
Color Harmonies of #CECA1A
Complementary color
Monochromatic Colors of #CECA1A
Black with #CECA1A
Text Example
Text Example
White with #CECA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA1A; }
p { color: rgb(206,202,26); }
H1.HeaderClassName
{
color: #CECA1A;
}
.AnyTagClassName
{
color: #CECA1A;
}
</style>
background-color css
<style>
a { background-color: #CECA1A; }
a { background-color: rgb(206,202,26); }
div.DivClassName
{
background-color: #CECA1A;
}
.BgClassName
{
background-color: #CECA1A;
}
</style>
border-color css
<style>
span { border-color: #CECA1A; }
span { border-color: rgb(206,202,26); }
td.TdClassName
{
border-color: #CECA1A;
}
.TagClassName
{
border-color: #CECA1A;
}
</style>