Shades of Barberry #C9CF16
Tints of Barberry #C9CF16
RGB
CMYK
RGB Variations
Color information
#C9CF16 (or 0xC9CF16) is known color: Barberry. HEX triplet: C9, CF and 16. RGB value is (201,207,22). Sum of RGB (Red+Green+Blue) = 201+207+22=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CF16 is #3630E9. Grayscale: #B8B8B8. Windows color (decimal): -3551466 or 1494985. OLE color: 1494985.
HSL color Cylindrical-coordinate representation of color #C9CF16: hue angle of 61.95º 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 #C9CF16 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 22 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.19 |
| HSL | 61.95º | 0.81% | 0.45% | - |
| HSV(B) | 61.95º | 0.89% | 0.81% | - |
| XYZ | 46.55 | 57.1 | 9.33 | - |
| YUV | 184.12 | 36.51 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 22 | 0.03 | 0 | 0.89 | 0.19 | 61.95 | 0.81 | 0.45 |
| Hex | C9 | CF | 16 | 3 | 0 | 59 | 13 | 3E | 51 | 2D |
| Octal | 311 | 317 | 26 | 3 | 0 | 131 | 23 | 76 | 121 | 55 |
| Binary | 11001001 | 11001111 | 10110 | 11 | 0 | 1011001 | 10011 | 111110 | 1010001 | 101101 |
Color Harmonies of #C9CF16
Complementary color
Monochromatic Colors of #C9CF16
Black with #C9CF16
Text Example
Text Example
White with #C9CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF16; }
p { color: rgb(201,207,22); }
H1.HeaderClassName
{
color: #C9CF16;
}
.AnyTagClassName
{
color: #C9CF16;
}
</style>
background-color css
<style>
a { background-color: #C9CF16; }
a { background-color: rgb(201,207,22); }
div.DivClassName
{
background-color: #C9CF16;
}
.BgClassName
{
background-color: #C9CF16;
}
</style>
border-color css
<style>
span { border-color: #C9CF16; }
span { border-color: rgb(201,207,22); }
td.TdClassName
{
border-color: #C9CF16;
}
.TagClassName
{
border-color: #C9CF16;
}
</style>