Shades of Barberry #C9C028
Tints of Barberry #C9C028
RGB
CMYK
RGB Variations
Color information
#C9C028 (or 0xC9C028) is known color: Barberry. HEX triplet: C9, C0 and 28. RGB value is (201,192,40). Sum of RGB (Red+Green+Blue) = 201+192+40=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C028 is #363FD7. Grayscale: #B1B1B1. Windows color (decimal): -3555288 or 2670793. OLE color: 2670793.
HSL color Cylindrical-coordinate representation of color #C9C028: hue angle of 56.65º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9C028 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 40 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.21 |
| HSL | 56.65º | 0.67% | 0.47% | - |
| HSV(B) | 56.65º | 0.8% | 0.79% | - |
| XYZ | 43.32 | 50.27 | 9.43 | - |
| YUV | 177.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 40 | 0 | 0.04 | 0.80 | 0.21 | 56.65 | 0.67 | 0.47 |
| Hex | C9 | C0 | 28 | 0 | 4 | 50 | 15 | 39 | 43 | 2F |
| Octal | 311 | 300 | 50 | 0 | 4 | 120 | 25 | 71 | 103 | 57 |
| Binary | 11001001 | 11000000 | 101000 | 0 | 100 | 1010000 | 10101 | 111001 | 1000011 | 101111 |
Color Harmonies of #C9C028
Complementary color
Monochromatic Colors of #C9C028
Black with #C9C028
Text Example
Text Example
White with #C9C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C028; }
p { color: rgb(201,192,40); }
H1.HeaderClassName
{
color: #C9C028;
}
.AnyTagClassName
{
color: #C9C028;
}
</style>
background-color css
<style>
a { background-color: #C9C028; }
a { background-color: rgb(201,192,40); }
div.DivClassName
{
background-color: #C9C028;
}
.BgClassName
{
background-color: #C9C028;
}
</style>
border-color css
<style>
span { border-color: #C9C028; }
span { border-color: rgb(201,192,40); }
td.TdClassName
{
border-color: #C9C028;
}
.TagClassName
{
border-color: #C9C028;
}
</style>