Shades of Barberry #C9CC28
Tints of Barberry #C9CC28
RGB
CMYK
RGB Variations
Color information
#C9CC28 (or 0xC9CC28) is known color: Barberry. HEX triplet: C9, CC and 28. RGB value is (201,204,40). Sum of RGB (Red+Green+Blue) = 201+204+40=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC28 is #3633D7. Grayscale: #B9B9B9. Windows color (decimal): -3552216 or 2673865. OLE color: 2673865.
HSL color Cylindrical-coordinate representation of color #C9CC28: hue angle of 61.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9CC28 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 40 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.2 |
| HSL | 61.1º | 0.67% | 0.48% | - |
| HSV(B) | 61.1º | 0.8% | 0.8% | - |
| XYZ | 46.06 | 55.76 | 10.34 | - |
| YUV | 184.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 40 | 0.01 | 0 | 0.80 | 0.2 | 61.1 | 0.67 | 0.48 |
| Hex | C9 | CC | 28 | 1 | 0 | 50 | 14 | 3D | 43 | 30 |
| Octal | 311 | 314 | 50 | 1 | 0 | 120 | 24 | 75 | 103 | 60 |
| Binary | 11001001 | 11001100 | 101000 | 1 | 0 | 1010000 | 10100 | 111101 | 1000011 | 110000 |
Color Harmonies of #C9CC28
Complementary color
Monochromatic Colors of #C9CC28
Black with #C9CC28
Text Example
Text Example
White with #C9CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC28; }
p { color: rgb(201,204,40); }
H1.HeaderClassName
{
color: #C9CC28;
}
.AnyTagClassName
{
color: #C9CC28;
}
</style>
background-color css
<style>
a { background-color: #C9CC28; }
a { background-color: rgb(201,204,40); }
div.DivClassName
{
background-color: #C9CC28;
}
.BgClassName
{
background-color: #C9CC28;
}
</style>
border-color css
<style>
span { border-color: #C9CC28; }
span { border-color: rgb(201,204,40); }
td.TdClassName
{
border-color: #C9CC28;
}
.TagClassName
{
border-color: #C9CC28;
}
</style>