Shades of Barberry #C7C628
Tints of Barberry #C7C628
RGB
CMYK
RGB Variations
Color information
#C7C628 (or 0xC7C628) is known color: Barberry. HEX triplet: C7, C6 and 28. RGB value is (199,198,40). Sum of RGB (Red+Green+Blue) = 199+198+40=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C628 is #3839D7. Grayscale: #B4B4B4. Windows color (decimal): -3684824 or 2672327. OLE color: 2672327.
HSL color Cylindrical-coordinate representation of color #C7C628: hue angle of 59.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7C628 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 40 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.22 |
| HSL | 59.62º | 0.67% | 0.47% | - |
| HSV(B) | 59.62º | 0.8% | 0.78% | - |
| XYZ | 44.13 | 52.68 | 9.85 | - |
| YUV | 180.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 40 | 0 | 0.01 | 0.80 | 0.22 | 59.62 | 0.67 | 0.47 |
| Hex | C7 | C6 | 28 | 0 | 1 | 50 | 16 | 3C | 43 | 2F |
| Octal | 307 | 306 | 50 | 0 | 1 | 120 | 26 | 74 | 103 | 57 |
| Binary | 11000111 | 11000110 | 101000 | 0 | 1 | 1010000 | 10110 | 111100 | 1000011 | 101111 |
Color Harmonies of #C7C628
Complementary color
Monochromatic Colors of #C7C628
Black with #C7C628
Text Example
Text Example
White with #C7C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C628; }
p { color: rgb(199,198,40); }
H1.HeaderClassName
{
color: #C7C628;
}
.AnyTagClassName
{
color: #C7C628;
}
</style>
background-color css
<style>
a { background-color: #C7C628; }
a { background-color: rgb(199,198,40); }
div.DivClassName
{
background-color: #C7C628;
}
.BgClassName
{
background-color: #C7C628;
}
</style>
border-color css
<style>
span { border-color: #C7C628; }
span { border-color: rgb(199,198,40); }
td.TdClassName
{
border-color: #C7C628;
}
.TagClassName
{
border-color: #C7C628;
}
</style>