Shades of Barberry #C7C020
Tints of Barberry #C7C020
RGB
CMYK
RGB Variations
Color information
#C7C020 (or 0xC7C020) is known color: Barberry. HEX triplet: C7, C0 and 20. RGB value is (199,192,32). Sum of RGB (Red+Green+Blue) = 199+192+32=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C020 is #383FDF. Grayscale: #B0B0B0. Windows color (decimal): -3686368 or 2146503. OLE color: 2146503.
HSL color Cylindrical-coordinate representation of color #C7C020: hue angle of 57.49º 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 #C7C020 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 32 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.22 |
| HSL | 57.49º | 0.72% | 0.45% | - |
| HSV(B) | 57.49º | 0.84% | 0.78% | - |
| XYZ | 42.66 | 49.95 | 8.76 | - |
| YUV | 175.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 32 | 0 | 0.04 | 0.84 | 0.22 | 57.49 | 0.72 | 0.45 |
| Hex | C7 | C0 | 20 | 0 | 4 | 54 | 16 | 39 | 48 | 2D |
| Octal | 307 | 300 | 40 | 0 | 4 | 124 | 26 | 71 | 110 | 55 |
| Binary | 11000111 | 11000000 | 100000 | 0 | 100 | 1010100 | 10110 | 111001 | 1001000 | 101101 |
Color Harmonies of #C7C020
Complementary color
Monochromatic Colors of #C7C020
Black with #C7C020
Text Example
Text Example
White with #C7C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C020; }
p { color: rgb(199,192,32); }
H1.HeaderClassName
{
color: #C7C020;
}
.AnyTagClassName
{
color: #C7C020;
}
</style>
background-color css
<style>
a { background-color: #C7C020; }
a { background-color: rgb(199,192,32); }
div.DivClassName
{
background-color: #C7C020;
}
.BgClassName
{
background-color: #C7C020;
}
</style>
border-color css
<style>
span { border-color: #C7C020; }
span { border-color: rgb(199,192,32); }
td.TdClassName
{
border-color: #C7C020;
}
.TagClassName
{
border-color: #C7C020;
}
</style>