Shades of Barberry #C9CC21
Tints of Barberry #C9CC21
RGB
CMYK
RGB Variations
Color information
#C9CC21 (or 0xC9CC21) is known color: Barberry. HEX triplet: C9, CC and 21. RGB value is (201,204,33). Sum of RGB (Red+Green+Blue) = 201+204+33=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC21 is #3633DE. Grayscale: #B8B8B8. Windows color (decimal): -3552223 or 2215113. OLE color: 2215113.
HSL color Cylindrical-coordinate representation of color #C9CC21: hue angle of 61.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9CC21 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 33 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.2 |
| HSL | 61.05º | 0.72% | 0.46% | - |
| HSV(B) | 61.05º | 0.84% | 0.8% | - |
| XYZ | 45.95 | 55.71 | 9.77 | - |
| YUV | 183.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 33 | 0.01 | 0 | 0.84 | 0.2 | 61.05 | 0.72 | 0.46 |
| Hex | C9 | CC | 21 | 1 | 0 | 54 | 14 | 3D | 48 | 2E |
| Octal | 311 | 314 | 41 | 1 | 0 | 124 | 24 | 75 | 110 | 56 |
| Binary | 11001001 | 11001100 | 100001 | 1 | 0 | 1010100 | 10100 | 111101 | 1001000 | 101110 |
Color Harmonies of #C9CC21
Complementary color
Monochromatic Colors of #C9CC21
Black with #C9CC21
Text Example
Text Example
White with #C9CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC21; }
p { color: rgb(201,204,33); }
H1.HeaderClassName
{
color: #C9CC21;
}
.AnyTagClassName
{
color: #C9CC21;
}
</style>
background-color css
<style>
a { background-color: #C9CC21; }
a { background-color: rgb(201,204,33); }
div.DivClassName
{
background-color: #C9CC21;
}
.BgClassName
{
background-color: #C9CC21;
}
</style>
border-color css
<style>
span { border-color: #C9CC21; }
span { border-color: rgb(201,204,33); }
td.TdClassName
{
border-color: #C9CC21;
}
.TagClassName
{
border-color: #C9CC21;
}
</style>