Shades of Barberry #C9C22C
Tints of Barberry #C9C22C
RGB
CMYK
RGB Variations
Color information
#C9C22C (or 0xC9C22C) is known color: Barberry. HEX triplet: C9, C2 and 2C. RGB value is (201,194,44). Sum of RGB (Red+Green+Blue) = 201+194+44=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C22C is #363DD3. Grayscale: #B3B3B3. Windows color (decimal): -3554772 or 2933449. OLE color: 2933449.
HSL color Cylindrical-coordinate representation of color #C9C22C: hue angle of 57.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9C22C is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 44 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.21 |
| HSL | 57.32º | 0.64% | 0.48% | - |
| HSV(B) | 57.32º | 0.78% | 0.79% | - |
| XYZ | 43.83 | 51.18 | 9.95 | - |
| YUV | 178.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 44 | 0 | 0.03 | 0.78 | 0.21 | 57.32 | 0.64 | 0.48 |
| Hex | C9 | C2 | 2C | 0 | 3 | 4E | 15 | 39 | 40 | 30 |
| Octal | 311 | 302 | 54 | 0 | 3 | 116 | 25 | 71 | 100 | 60 |
| Binary | 11001001 | 11000010 | 101100 | 0 | 11 | 1001110 | 10101 | 111001 | 1000000 | 110000 |
Color Harmonies of #C9C22C
Complementary color
Monochromatic Colors of #C9C22C
Black with #C9C22C
Text Example
Text Example
White with #C9C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C22C; }
p { color: rgb(201,194,44); }
H1.HeaderClassName
{
color: #C9C22C;
}
.AnyTagClassName
{
color: #C9C22C;
}
</style>
background-color css
<style>
a { background-color: #C9C22C; }
a { background-color: rgb(201,194,44); }
div.DivClassName
{
background-color: #C9C22C;
}
.BgClassName
{
background-color: #C9C22C;
}
</style>
border-color css
<style>
span { border-color: #C9C22C; }
span { border-color: rgb(201,194,44); }
td.TdClassName
{
border-color: #C9C22C;
}
.TagClassName
{
border-color: #C9C22C;
}
</style>