Shades of Barberry #C6C821
Tints of Barberry #C6C821
RGB
CMYK
RGB Variations
Color information
#C6C821 (or 0xC6C821) is known color: Barberry. HEX triplet: C6, C8 and 21. RGB value is (198,200,33). Sum of RGB (Red+Green+Blue) = 198+200+33=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C821 is #3937DE. Grayscale: #B5B5B5. Windows color (decimal): -3749855 or 2214086. OLE color: 2214086.
HSL color Cylindrical-coordinate representation of color #C6C821: hue angle of 60.72º 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 #C6C821 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 33 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.22 |
| HSL | 60.72º | 0.72% | 0.46% | - |
| HSV(B) | 60.72º | 0.84% | 0.78% | - |
| XYZ | 44.22 | 53.42 | 9.42 | - |
| YUV | 180.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 33 | 0.01 | 0 | 0.84 | 0.22 | 60.72 | 0.72 | 0.46 |
| Hex | C6 | C8 | 21 | 1 | 0 | 54 | 16 | 3D | 48 | 2E |
| Octal | 306 | 310 | 41 | 1 | 0 | 124 | 26 | 75 | 110 | 56 |
| Binary | 11000110 | 11001000 | 100001 | 1 | 0 | 1010100 | 10110 | 111101 | 1001000 | 101110 |
Color Harmonies of #C6C821
Complementary color
Monochromatic Colors of #C6C821
Black with #C6C821
Text Example
Text Example
White with #C6C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C821; }
p { color: rgb(198,200,33); }
H1.HeaderClassName
{
color: #C6C821;
}
.AnyTagClassName
{
color: #C6C821;
}
</style>
background-color css
<style>
a { background-color: #C6C821; }
a { background-color: rgb(198,200,33); }
div.DivClassName
{
background-color: #C6C821;
}
.BgClassName
{
background-color: #C6C821;
}
</style>
border-color css
<style>
span { border-color: #C6C821; }
span { border-color: rgb(198,200,33); }
td.TdClassName
{
border-color: #C6C821;
}
.TagClassName
{
border-color: #C6C821;
}
</style>