Shades of Barberry #C8CE1E
Tints of Barberry #C8CE1E
RGB
CMYK
RGB Variations
Color information
#C8CE1E (or 0xC8CE1E) is known color: Barberry. HEX triplet: C8, CE and 1E. RGB value is (200,206,30). Sum of RGB (Red+Green+Blue) = 200+206+30=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE1E is #3731E1. Grayscale: #B8B8B8. Windows color (decimal): -3617250 or 2019016. OLE color: 2019016.
HSL color Cylindrical-coordinate representation of color #C8CE1E: hue angle of 62.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8CE1E is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 30 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.19 |
| HSL | 62.05º | 0.75% | 0.46% | - |
| HSV(B) | 62.05º | 0.85% | 0.81% | - |
| XYZ | 46.13 | 56.52 | 9.71 | - |
| YUV | 184.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 30 | 0.03 | 0 | 0.85 | 0.19 | 62.05 | 0.75 | 0.46 |
| Hex | C8 | CE | 1E | 3 | 0 | 55 | 13 | 3E | 4B | 2E |
| Octal | 310 | 316 | 36 | 3 | 0 | 125 | 23 | 76 | 113 | 56 |
| Binary | 11001000 | 11001110 | 11110 | 11 | 0 | 1010101 | 10011 | 111110 | 1001011 | 101110 |
Color Harmonies of #C8CE1E
Complementary color
Monochromatic Colors of #C8CE1E
Black with #C8CE1E
Text Example
Text Example
White with #C8CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE1E; }
p { color: rgb(200,206,30); }
H1.HeaderClassName
{
color: #C8CE1E;
}
.AnyTagClassName
{
color: #C8CE1E;
}
</style>
background-color css
<style>
a { background-color: #C8CE1E; }
a { background-color: rgb(200,206,30); }
div.DivClassName
{
background-color: #C8CE1E;
}
.BgClassName
{
background-color: #C8CE1E;
}
</style>
border-color css
<style>
span { border-color: #C8CE1E; }
span { border-color: rgb(200,206,30); }
td.TdClassName
{
border-color: #C8CE1E;
}
.TagClassName
{
border-color: #C8CE1E;
}
</style>