Shades of Barberry #C8CF16
Tints of Barberry #C8CF16
RGB
CMYK
RGB Variations
Color information
#C8CF16 (or 0xC8CF16) is known color: Barberry. HEX triplet: C8, CF and 16. RGB value is (200,207,22). Sum of RGB (Red+Green+Blue) = 200+207+22=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CF16 is #3730E9. Grayscale: #B8B8B8. Windows color (decimal): -3617002 or 1494984. OLE color: 1494984.
HSL color Cylindrical-coordinate representation of color #C8CF16: hue angle of 62.27º 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 #C8CF16 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 22 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.19 |
| HSL | 62.27º | 0.81% | 0.45% | - |
| HSV(B) | 62.27º | 0.89% | 0.81% | - |
| XYZ | 46.28 | 56.96 | 9.31 | - |
| YUV | 183.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 22 | 0.03 | 0 | 0.89 | 0.19 | 62.27 | 0.81 | 0.45 |
| Hex | C8 | CF | 16 | 3 | 0 | 59 | 13 | 3E | 51 | 2D |
| Octal | 310 | 317 | 26 | 3 | 0 | 131 | 23 | 76 | 121 | 55 |
| Binary | 11001000 | 11001111 | 10110 | 11 | 0 | 1011001 | 10011 | 111110 | 1010001 | 101101 |
Color Harmonies of #C8CF16
Complementary color
Monochromatic Colors of #C8CF16
Black with #C8CF16
Text Example
Text Example
White with #C8CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF16; }
p { color: rgb(200,207,22); }
H1.HeaderClassName
{
color: #C8CF16;
}
.AnyTagClassName
{
color: #C8CF16;
}
</style>
background-color css
<style>
a { background-color: #C8CF16; }
a { background-color: rgb(200,207,22); }
div.DivClassName
{
background-color: #C8CF16;
}
.BgClassName
{
background-color: #C8CF16;
}
</style>
border-color css
<style>
span { border-color: #C8CF16; }
span { border-color: rgb(200,207,22); }
td.TdClassName
{
border-color: #C8CF16;
}
.TagClassName
{
border-color: #C8CF16;
}
</style>