Shades of Barberry #C9CE21
Tints of Barberry #C9CE21
RGB
CMYK
RGB Variations
Color information
#C9CE21 (or 0xC9CE21) is known color: Barberry. HEX triplet: C9, CE and 21. RGB value is (201,206,33). Sum of RGB (Red+Green+Blue) = 201+206+33=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE21 is #3631DE. Grayscale: #B9B9B9. Windows color (decimal): -3551711 or 2215625. OLE color: 2215625.
HSL color Cylindrical-coordinate representation of color #C9CE21: hue angle of 61.73º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9CE21 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.19 |
| HSL | 61.73º | 0.72% | 0.47% | - |
| HSV(B) | 61.73º | 0.84% | 0.81% | - |
| XYZ | 46.43 | 56.67 | 9.93 | - |
| YUV | 184.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 33 | 0.02 | 0 | 0.84 | 0.19 | 61.73 | 0.72 | 0.47 |
| Hex | C9 | CE | 21 | 2 | 0 | 54 | 13 | 3E | 48 | 2F |
| Octal | 311 | 316 | 41 | 2 | 0 | 124 | 23 | 76 | 110 | 57 |
| Binary | 11001001 | 11001110 | 100001 | 10 | 0 | 1010100 | 10011 | 111110 | 1001000 | 101111 |
Color Harmonies of #C9CE21
Complementary color
Monochromatic Colors of #C9CE21
Black with #C9CE21
Text Example
Text Example
White with #C9CE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE21; }
p { color: rgb(201,206,33); }
H1.HeaderClassName
{
color: #C9CE21;
}
.AnyTagClassName
{
color: #C9CE21;
}
</style>
background-color css
<style>
a { background-color: #C9CE21; }
a { background-color: rgb(201,206,33); }
div.DivClassName
{
background-color: #C9CE21;
}
.BgClassName
{
background-color: #C9CE21;
}
</style>
border-color css
<style>
span { border-color: #C9CE21; }
span { border-color: rgb(201,206,33); }
td.TdClassName
{
border-color: #C9CE21;
}
.TagClassName
{
border-color: #C9CE21;
}
</style>