Shades of Barberry #C8CE16
Tints of Barberry #C8CE16
RGB
CMYK
RGB Variations
Color information
#C8CE16 (or 0xC8CE16) is known color: Barberry. HEX triplet: C8, CE and 16. RGB value is (200,206,22). Sum of RGB (Red+Green+Blue) = 200+206+22=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CE16 is #3731E9. Grayscale: #B7B7B7. Windows color (decimal): -3617258 or 1494728. OLE color: 1494728.
HSL color Cylindrical-coordinate representation of color #C8CE16: hue angle of 61.96º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8CE16 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 22 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.19 |
| HSL | 61.96º | 0.81% | 0.45% | - |
| HSV(B) | 61.96º | 0.89% | 0.81% | - |
| XYZ | 46.04 | 56.48 | 9.23 | - |
| YUV | 183.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 22 | 0.03 | 0 | 0.89 | 0.19 | 61.96 | 0.81 | 0.45 |
| Hex | C8 | CE | 16 | 3 | 0 | 59 | 13 | 3E | 51 | 2D |
| Octal | 310 | 316 | 26 | 3 | 0 | 131 | 23 | 76 | 121 | 55 |
| Binary | 11001000 | 11001110 | 10110 | 11 | 0 | 1011001 | 10011 | 111110 | 1010001 | 101101 |
Color Harmonies of #C8CE16
Complementary color
Monochromatic Colors of #C8CE16
Black with #C8CE16
Text Example
Text Example
White with #C8CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE16; }
p { color: rgb(200,206,22); }
H1.HeaderClassName
{
color: #C8CE16;
}
.AnyTagClassName
{
color: #C8CE16;
}
</style>
background-color css
<style>
a { background-color: #C8CE16; }
a { background-color: rgb(200,206,22); }
div.DivClassName
{
background-color: #C8CE16;
}
.BgClassName
{
background-color: #C8CE16;
}
</style>
border-color css
<style>
span { border-color: #C8CE16; }
span { border-color: rgb(200,206,22); }
td.TdClassName
{
border-color: #C8CE16;
}
.TagClassName
{
border-color: #C8CE16;
}
</style>