Shades of Barberry #C7C225
Tints of Barberry #C7C225
RGB
CMYK
RGB Variations
Color information
#C7C225 (or 0xC7C225) is known color: Barberry. HEX triplet: C7, C2 and 25. RGB value is (199,194,37). Sum of RGB (Red+Green+Blue) = 199+194+37=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C225 is #383DDA. Grayscale: #B2B2B2. Windows color (decimal): -3685851 or 2474695. OLE color: 2474695.
HSL color Cylindrical-coordinate representation of color #C7C225: hue angle of 58.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7C225 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 37 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.22 |
| HSL | 58.15º | 0.69% | 0.46% | - |
| HSV(B) | 58.15º | 0.81% | 0.78% | - |
| XYZ | 43.18 | 50.86 | 9.29 | - |
| YUV | 177.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 37 | 0 | 0.03 | 0.81 | 0.22 | 58.15 | 0.69 | 0.46 |
| Hex | C7 | C2 | 25 | 0 | 3 | 51 | 16 | 3A | 45 | 2E |
| Octal | 307 | 302 | 45 | 0 | 3 | 121 | 26 | 72 | 105 | 56 |
| Binary | 11000111 | 11000010 | 100101 | 0 | 11 | 1010001 | 10110 | 111010 | 1000101 | 101110 |
Color Harmonies of #C7C225
Complementary color
Monochromatic Colors of #C7C225
Black with #C7C225
Text Example
Text Example
White with #C7C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C225; }
p { color: rgb(199,194,37); }
H1.HeaderClassName
{
color: #C7C225;
}
.AnyTagClassName
{
color: #C7C225;
}
</style>
background-color css
<style>
a { background-color: #C7C225; }
a { background-color: rgb(199,194,37); }
div.DivClassName
{
background-color: #C7C225;
}
.BgClassName
{
background-color: #C7C225;
}
</style>
border-color css
<style>
span { border-color: #C7C225; }
span { border-color: rgb(199,194,37); }
td.TdClassName
{
border-color: #C7C225;
}
.TagClassName
{
border-color: #C7C225;
}
</style>