Shades of Barberry #CECA1C
Tints of Barberry #CECA1C
RGB
CMYK
RGB Variations
Color information
#CECA1C (or 0xCECA1C) is known color: Barberry. HEX triplet: CE, CA and 1C. RGB value is (206,202,28). Sum of RGB (Red+Green+Blue) = 206+202+28=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA1C is #3135E3. Grayscale: #B8B8B8. Windows color (decimal): -3225060 or 1886926. OLE color: 1886926.
HSL color Cylindrical-coordinate representation of color #CECA1C: hue angle of 58.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CECA1C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 28 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.19 |
| HSL | 58.65º | 0.76% | 0.46% | - |
| HSV(B) | 58.65º | 0.86% | 0.81% | - |
| XYZ | 46.78 | 55.45 | 9.34 | - |
| YUV | 183.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 28 | 0 | 0.02 | 0.86 | 0.19 | 58.65 | 0.76 | 0.46 |
| Hex | CE | CA | 1C | 0 | 2 | 56 | 13 | 3B | 4C | 2E |
| Octal | 316 | 312 | 34 | 0 | 2 | 126 | 23 | 73 | 114 | 56 |
| Binary | 11001110 | 11001010 | 11100 | 0 | 10 | 1010110 | 10011 | 111011 | 1001100 | 101110 |
Color Harmonies of #CECA1C
Complementary color
Monochromatic Colors of #CECA1C
Black with #CECA1C
Text Example
Text Example
White with #CECA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA1C; }
p { color: rgb(206,202,28); }
H1.HeaderClassName
{
color: #CECA1C;
}
.AnyTagClassName
{
color: #CECA1C;
}
</style>
background-color css
<style>
a { background-color: #CECA1C; }
a { background-color: rgb(206,202,28); }
div.DivClassName
{
background-color: #CECA1C;
}
.BgClassName
{
background-color: #CECA1C;
}
</style>
border-color css
<style>
span { border-color: #CECA1C; }
span { border-color: rgb(206,202,28); }
td.TdClassName
{
border-color: #CECA1C;
}
.TagClassName
{
border-color: #CECA1C;
}
</style>