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