Shades of Barberry #C7C624
Tints of Barberry #C7C624
RGB
CMYK
RGB Variations
Color information
#C7C624 (or 0xC7C624) is known color: Barberry. HEX triplet: C7, C6 and 24. RGB value is (199,198,36). Sum of RGB (Red+Green+Blue) = 199+198+36=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C624 is #3839DB. Grayscale: #B4B4B4. Windows color (decimal): -3684828 or 2410183. OLE color: 2410183.
HSL color Cylindrical-coordinate representation of color #C7C624: hue angle of 59.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7C624 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 36 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.22 |
| HSL | 59.63º | 0.69% | 0.46% | - |
| HSV(B) | 59.63º | 0.82% | 0.78% | - |
| XYZ | 44.07 | 52.66 | 9.51 | - |
| YUV | 179.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 36 | 0 | 0.01 | 0.82 | 0.22 | 59.63 | 0.69 | 0.46 |
| Hex | C7 | C6 | 24 | 0 | 1 | 52 | 16 | 3C | 45 | 2E |
| Octal | 307 | 306 | 44 | 0 | 1 | 122 | 26 | 74 | 105 | 56 |
| Binary | 11000111 | 11000110 | 100100 | 0 | 1 | 1010010 | 10110 | 111100 | 1000101 | 101110 |
Color Harmonies of #C7C624
Complementary color
Monochromatic Colors of #C7C624
Black with #C7C624
Text Example
Text Example
White with #C7C624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C624; }
p { color: rgb(199,198,36); }
H1.HeaderClassName
{
color: #C7C624;
}
.AnyTagClassName
{
color: #C7C624;
}
</style>
background-color css
<style>
a { background-color: #C7C624; }
a { background-color: rgb(199,198,36); }
div.DivClassName
{
background-color: #C7C624;
}
.BgClassName
{
background-color: #C7C624;
}
</style>
border-color css
<style>
span { border-color: #C7C624; }
span { border-color: rgb(199,198,36); }
td.TdClassName
{
border-color: #C7C624;
}
.TagClassName
{
border-color: #C7C624;
}
</style>