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