Shades of Barberry #C9CA20
Tints of Barberry #C9CA20
RGB
CMYK
RGB Variations
Color information
#C9CA20 (or 0xC9CA20) is known color: Barberry. HEX triplet: C9, CA and 20. RGB value is (201,202,32). Sum of RGB (Red+Green+Blue) = 201+202+32=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA20 is #3635DF. Grayscale: #B7B7B7. Windows color (decimal): -3552736 or 2149065. OLE color: 2149065.
HSL color Cylindrical-coordinate representation of color #C9CA20: hue angle of 60.35º 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 #C9CA20 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 32 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.21 |
| HSL | 60.35º | 0.73% | 0.46% | - |
| HSV(B) | 60.35º | 0.84% | 0.79% | - |
| XYZ | 45.47 | 54.76 | 9.54 | - |
| YUV | 182.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 32 | 0.00 | 0 | 0.84 | 0.21 | 60.35 | 0.73 | 0.46 |
| Hex | C9 | CA | 20 | 0 | 0 | 54 | 15 | 3C | 49 | 2E |
| Octal | 311 | 312 | 40 | 0 | 0 | 124 | 25 | 74 | 111 | 56 |
| Binary | 11001001 | 11001010 | 100000 | 0 | 0 | 1010100 | 10101 | 111100 | 1001001 | 101110 |
Color Harmonies of #C9CA20
Complementary color
Monochromatic Colors of #C9CA20
Black with #C9CA20
Text Example
Text Example
White with #C9CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA20; }
p { color: rgb(201,202,32); }
H1.HeaderClassName
{
color: #C9CA20;
}
.AnyTagClassName
{
color: #C9CA20;
}
</style>
background-color css
<style>
a { background-color: #C9CA20; }
a { background-color: rgb(201,202,32); }
div.DivClassName
{
background-color: #C9CA20;
}
.BgClassName
{
background-color: #C9CA20;
}
</style>
border-color css
<style>
span { border-color: #C9CA20; }
span { border-color: rgb(201,202,32); }
td.TdClassName
{
border-color: #C9CA20;
}
.TagClassName
{
border-color: #C9CA20;
}
</style>