Shades of Barberry #C9CA21
Tints of Barberry #C9CA21
RGB
CMYK
RGB Variations
Color information
#C9CA21 (or 0xC9CA21) is known color: Barberry. HEX triplet: C9, CA and 21. RGB value is (201,202,33). Sum of RGB (Red+Green+Blue) = 201+202+33=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA21 is #3635DE. Grayscale: #B7B7B7. Windows color (decimal): -3552735 or 2214601. OLE color: 2214601.
HSL color Cylindrical-coordinate representation of color #C9CA21: hue angle of 60.36º degrees, saturation: 0.72, 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 #C9CA21 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 33 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.21 |
| HSL | 60.36º | 0.72% | 0.46% | - |
| HSV(B) | 60.36º | 0.84% | 0.79% | - |
| XYZ | 45.48 | 54.77 | 9.61 | - |
| YUV | 182.44 | 43.67 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 33 | 0.00 | 0 | 0.84 | 0.21 | 60.36 | 0.72 | 0.46 |
| Hex | C9 | CA | 21 | 0 | 0 | 54 | 15 | 3C | 48 | 2E |
| Octal | 311 | 312 | 41 | 0 | 0 | 124 | 25 | 74 | 110 | 56 |
| Binary | 11001001 | 11001010 | 100001 | 0 | 0 | 1010100 | 10101 | 111100 | 1001000 | 101110 |
Color Harmonies of #C9CA21
Complementary color
Monochromatic Colors of #C9CA21
Black with #C9CA21
Text Example
Text Example
White with #C9CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA21; }
p { color: rgb(201,202,33); }
H1.HeaderClassName
{
color: #C9CA21;
}
.AnyTagClassName
{
color: #C9CA21;
}
</style>
background-color css
<style>
a { background-color: #C9CA21; }
a { background-color: rgb(201,202,33); }
div.DivClassName
{
background-color: #C9CA21;
}
.BgClassName
{
background-color: #C9CA21;
}
</style>
border-color css
<style>
span { border-color: #C9CA21; }
span { border-color: rgb(201,202,33); }
td.TdClassName
{
border-color: #C9CA21;
}
.TagClassName
{
border-color: #C9CA21;
}
</style>