Shades of Barberry #C7C520
Tints of Barberry #C7C520
RGB
CMYK
RGB Variations
Color information
#C7C520 (or 0xC7C520) is known color: Barberry. HEX triplet: C7, C5 and 20. RGB value is (199,197,32). Sum of RGB (Red+Green+Blue) = 199+197+32=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C520 is #383ADF. Grayscale: #B3B3B3. Windows color (decimal): -3685088 or 2147783. OLE color: 2147783.
HSL color Cylindrical-coordinate representation of color #C7C520: hue angle of 59.28º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7C520 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 32 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.22 |
| HSL | 59.28º | 0.72% | 0.45% | - |
| HSV(B) | 59.28º | 0.84% | 0.78% | - |
| XYZ | 43.78 | 52.18 | 9.13 | - |
| YUV | 178.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 32 | 0 | 0.01 | 0.84 | 0.22 | 59.28 | 0.72 | 0.45 |
| Hex | C7 | C5 | 20 | 0 | 1 | 54 | 16 | 3B | 48 | 2D |
| Octal | 307 | 305 | 40 | 0 | 1 | 124 | 26 | 73 | 110 | 55 |
| Binary | 11000111 | 11000101 | 100000 | 0 | 1 | 1010100 | 10110 | 111011 | 1001000 | 101101 |
Color Harmonies of #C7C520
Complementary color
Monochromatic Colors of #C7C520
Black with #C7C520
Text Example
Text Example
White with #C7C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C520; }
p { color: rgb(199,197,32); }
H1.HeaderClassName
{
color: #C7C520;
}
.AnyTagClassName
{
color: #C7C520;
}
</style>
background-color css
<style>
a { background-color: #C7C520; }
a { background-color: rgb(199,197,32); }
div.DivClassName
{
background-color: #C7C520;
}
.BgClassName
{
background-color: #C7C520;
}
</style>
border-color css
<style>
span { border-color: #C7C520; }
span { border-color: rgb(199,197,32); }
td.TdClassName
{
border-color: #C7C520;
}
.TagClassName
{
border-color: #C7C520;
}
</style>