Shades of Barberry #C9C02E
Tints of Barberry #C9C02E
RGB
CMYK
RGB Variations
Color information
#C9C02E (or 0xC9C02E) is known color: Barberry. HEX triplet: C9, C0 and 2E. RGB value is (201,192,46). Sum of RGB (Red+Green+Blue) = 201+192+46=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C02E is #363FD1. Grayscale: #B2B2B2. Windows color (decimal): -3555282 or 3064009. OLE color: 3064009.
HSL color Cylindrical-coordinate representation of color #C9C02E: hue angle of 56.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9C02E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 46 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.21 |
| HSL | 56.52º | 0.63% | 0.48% | - |
| HSV(B) | 56.52º | 0.77% | 0.79% | - |
| XYZ | 43.43 | 50.31 | 10.01 | - |
| YUV | 178.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 46 | 0 | 0.04 | 0.77 | 0.21 | 56.52 | 0.63 | 0.48 |
| Hex | C9 | C0 | 2E | 0 | 4 | 4D | 15 | 39 | 3F | 30 |
| Octal | 311 | 300 | 56 | 0 | 4 | 115 | 25 | 71 | 77 | 60 |
| Binary | 11001001 | 11000000 | 101110 | 0 | 100 | 1001101 | 10101 | 111001 | 111111 | 110000 |
Color Harmonies of #C9C02E
Complementary color
Monochromatic Colors of #C9C02E
Black with #C9C02E
Text Example
Text Example
White with #C9C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C02E; }
p { color: rgb(201,192,46); }
H1.HeaderClassName
{
color: #C9C02E;
}
.AnyTagClassName
{
color: #C9C02E;
}
</style>
background-color css
<style>
a { background-color: #C9C02E; }
a { background-color: rgb(201,192,46); }
div.DivClassName
{
background-color: #C9C02E;
}
.BgClassName
{
background-color: #C9C02E;
}
</style>
border-color css
<style>
span { border-color: #C9C02E; }
span { border-color: rgb(201,192,46); }
td.TdClassName
{
border-color: #C9C02E;
}
.TagClassName
{
border-color: #C9C02E;
}
</style>