Shades of Barberry #C8C52E
Tints of Barberry #C8C52E
RGB
CMYK
RGB Variations
Color information
#C8C52E (or 0xC8C52E) is known color: Barberry. HEX triplet: C8, C5 and 2E. RGB value is (200,197,46). Sum of RGB (Red+Green+Blue) = 200+197+46=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C52E is #373AD1. Grayscale: #B5B5B5. Windows color (decimal): -3619538 or 3065288. OLE color: 3065288.
HSL color Cylindrical-coordinate representation of color #C8C52E: hue angle of 58.83º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8C52E is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 46 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.22 |
| HSL | 58.83º | 0.63% | 0.48% | - |
| HSV(B) | 58.83º | 0.77% | 0.78% | - |
| XYZ | 44.28 | 52.41 | 10.37 | - |
| YUV | 180.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 46 | 0 | 0.02 | 0.77 | 0.22 | 58.83 | 0.63 | 0.48 |
| Hex | C8 | C5 | 2E | 0 | 2 | 4D | 16 | 3B | 3F | 30 |
| Octal | 310 | 305 | 56 | 0 | 2 | 115 | 26 | 73 | 77 | 60 |
| Binary | 11001000 | 11000101 | 101110 | 0 | 10 | 1001101 | 10110 | 111011 | 111111 | 110000 |
Color Harmonies of #C8C52E
Complementary color
Monochromatic Colors of #C8C52E
Black with #C8C52E
Text Example
Text Example
White with #C8C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C52E; }
p { color: rgb(200,197,46); }
H1.HeaderClassName
{
color: #C8C52E;
}
.AnyTagClassName
{
color: #C8C52E;
}
</style>
background-color css
<style>
a { background-color: #C8C52E; }
a { background-color: rgb(200,197,46); }
div.DivClassName
{
background-color: #C8C52E;
}
.BgClassName
{
background-color: #C8C52E;
}
</style>
border-color css
<style>
span { border-color: #C8C52E; }
span { border-color: rgb(200,197,46); }
td.TdClassName
{
border-color: #C8C52E;
}
.TagClassName
{
border-color: #C8C52E;
}
</style>