Shades of Barberry #C9BF20
Tints of Barberry #C9BF20
RGB
CMYK
RGB Variations
Color information
#C9BF20 (or 0xC9BF20) is known color: Barberry. HEX triplet: C9, BF and 20. RGB value is (201,191,32). Sum of RGB (Red+Green+Blue) = 201+191+32=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF20 is #3640DF. Grayscale: #B0B0B0. Windows color (decimal): -3555552 or 2146249. OLE color: 2146249.
HSL color Cylindrical-coordinate representation of color #C9BF20: hue angle of 56.45º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9BF20 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 32 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.21 |
| HSL | 56.45º | 0.73% | 0.46% | - |
| HSV(B) | 56.45º | 0.84% | 0.79% | - |
| XYZ | 42.98 | 49.78 | 8.71 | - |
| YUV | 175.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 32 | 0 | 0.05 | 0.84 | 0.21 | 56.45 | 0.73 | 0.46 |
| Hex | C9 | BF | 20 | 0 | 5 | 54 | 15 | 38 | 49 | 2E |
| Octal | 311 | 277 | 40 | 0 | 5 | 124 | 25 | 70 | 111 | 56 |
| Binary | 11001001 | 10111111 | 100000 | 0 | 101 | 1010100 | 10101 | 111000 | 1001001 | 101110 |
Color Harmonies of #C9BF20
Complementary color
Monochromatic Colors of #C9BF20
Black with #C9BF20
Text Example
Text Example
White with #C9BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF20; }
p { color: rgb(201,191,32); }
H1.HeaderClassName
{
color: #C9BF20;
}
.AnyTagClassName
{
color: #C9BF20;
}
</style>
background-color css
<style>
a { background-color: #C9BF20; }
a { background-color: rgb(201,191,32); }
div.DivClassName
{
background-color: #C9BF20;
}
.BgClassName
{
background-color: #C9BF20;
}
</style>
border-color css
<style>
span { border-color: #C9BF20; }
span { border-color: rgb(201,191,32); }
td.TdClassName
{
border-color: #C9BF20;
}
.TagClassName
{
border-color: #C9BF20;
}
</style>