Shades of Barberry #C9C02C
Tints of Barberry #C9C02C
RGB
CMYK
RGB Variations
Color information
#C9C02C (or 0xC9C02C) is known color: Barberry. HEX triplet: C9, C0 and 2C. RGB value is (201,192,44). Sum of RGB (Red+Green+Blue) = 201+192+44=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C02C is #363FD3. Grayscale: #B2B2B2. Windows color (decimal): -3555284 or 2932937. OLE color: 2932937.
HSL color Cylindrical-coordinate representation of color #C9C02C: hue angle of 56.56º 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 #C9C02C is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 44 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.21 |
| HSL | 56.56º | 0.64% | 0.48% | - |
| HSV(B) | 56.56º | 0.78% | 0.79% | - |
| XYZ | 43.39 | 50.3 | 9.8 | - |
| YUV | 177.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 44 | 0 | 0.04 | 0.78 | 0.21 | 56.56 | 0.64 | 0.48 |
| Hex | C9 | C0 | 2C | 0 | 4 | 4E | 15 | 39 | 40 | 30 |
| Octal | 311 | 300 | 54 | 0 | 4 | 116 | 25 | 71 | 100 | 60 |
| Binary | 11001001 | 11000000 | 101100 | 0 | 100 | 1001110 | 10101 | 111001 | 1000000 | 110000 |
Color Harmonies of #C9C02C
Complementary color
Monochromatic Colors of #C9C02C
Black with #C9C02C
Text Example
Text Example
White with #C9C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C02C; }
p { color: rgb(201,192,44); }
H1.HeaderClassName
{
color: #C9C02C;
}
.AnyTagClassName
{
color: #C9C02C;
}
</style>
background-color css
<style>
a { background-color: #C9C02C; }
a { background-color: rgb(201,192,44); }
div.DivClassName
{
background-color: #C9C02C;
}
.BgClassName
{
background-color: #C9C02C;
}
</style>
border-color css
<style>
span { border-color: #C9C02C; }
span { border-color: rgb(201,192,44); }
td.TdClassName
{
border-color: #C9C02C;
}
.TagClassName
{
border-color: #C9C02C;
}
</style>