Shades of Barberry #C7C821
Tints of Barberry #C7C821
RGB
CMYK
RGB Variations
Color information
#C7C821 (or 0xC7C821) is known color: Barberry. HEX triplet: C7, C8 and 21. RGB value is (199,200,33). Sum of RGB (Red+Green+Blue) = 199+200+33=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C821 is #3837DE. Grayscale: #B5B5B5. Windows color (decimal): -3684319 or 2214087. OLE color: 2214087.
HSL color Cylindrical-coordinate representation of color #C7C821: hue angle of 60.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7C821 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 33 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.22 |
| HSL | 60.36º | 0.72% | 0.46% | - |
| HSV(B) | 60.36º | 0.84% | 0.78% | - |
| XYZ | 44.48 | 53.56 | 9.43 | - |
| YUV | 180.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 33 | 0.00 | 0 | 0.84 | 0.22 | 60.36 | 0.72 | 0.46 |
| Hex | C7 | C8 | 21 | 0 | 0 | 54 | 16 | 3C | 48 | 2E |
| Octal | 307 | 310 | 41 | 0 | 0 | 124 | 26 | 74 | 110 | 56 |
| Binary | 11000111 | 11001000 | 100001 | 0 | 0 | 1010100 | 10110 | 111100 | 1001000 | 101110 |
Color Harmonies of #C7C821
Complementary color
Monochromatic Colors of #C7C821
Black with #C7C821
Text Example
Text Example
White with #C7C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C821; }
p { color: rgb(199,200,33); }
H1.HeaderClassName
{
color: #C7C821;
}
.AnyTagClassName
{
color: #C7C821;
}
</style>
background-color css
<style>
a { background-color: #C7C821; }
a { background-color: rgb(199,200,33); }
div.DivClassName
{
background-color: #C7C821;
}
.BgClassName
{
background-color: #C7C821;
}
</style>
border-color css
<style>
span { border-color: #C7C821; }
span { border-color: rgb(199,200,33); }
td.TdClassName
{
border-color: #C7C821;
}
.TagClassName
{
border-color: #C7C821;
}
</style>