Shades of Barberry #C7C021
Tints of Barberry #C7C021
RGB
CMYK
RGB Variations
Color information
#C7C021 (or 0xC7C021) is known color: Barberry. HEX triplet: C7, C0 and 21. RGB value is (199,192,33). Sum of RGB (Red+Green+Blue) = 199+192+33=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C021 is #383FDE. Grayscale: #B0B0B0. Windows color (decimal): -3686367 or 2212039. OLE color: 2212039.
HSL color Cylindrical-coordinate representation of color #C7C021: hue angle of 57.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7C021 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 33 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.22 |
| HSL | 57.47º | 0.72% | 0.45% | - |
| HSV(B) | 57.47º | 0.83% | 0.78% | - |
| XYZ | 42.68 | 49.95 | 8.83 | - |
| YUV | 175.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 33 | 0 | 0.04 | 0.83 | 0.22 | 57.47 | 0.72 | 0.45 |
| Hex | C7 | C0 | 21 | 0 | 4 | 53 | 16 | 39 | 48 | 2D |
| Octal | 307 | 300 | 41 | 0 | 4 | 123 | 26 | 71 | 110 | 55 |
| Binary | 11000111 | 11000000 | 100001 | 0 | 100 | 1010011 | 10110 | 111001 | 1001000 | 101101 |
Color Harmonies of #C7C021
Complementary color
Monochromatic Colors of #C7C021
Black with #C7C021
Text Example
Text Example
White with #C7C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C021; }
p { color: rgb(199,192,33); }
H1.HeaderClassName
{
color: #C7C021;
}
.AnyTagClassName
{
color: #C7C021;
}
</style>
background-color css
<style>
a { background-color: #C7C021; }
a { background-color: rgb(199,192,33); }
div.DivClassName
{
background-color: #C7C021;
}
.BgClassName
{
background-color: #C7C021;
}
</style>
border-color css
<style>
span { border-color: #C7C021; }
span { border-color: rgb(199,192,33); }
td.TdClassName
{
border-color: #C7C021;
}
.TagClassName
{
border-color: #C7C021;
}
</style>