Shades of Barberry #C7C525
Tints of Barberry #C7C525
RGB
CMYK
RGB Variations
Color information
#C7C525 (or 0xC7C525) is known color: Barberry. HEX triplet: C7, C5 and 25. RGB value is (199,197,37). Sum of RGB (Red+Green+Blue) = 199+197+37=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C525 is #383ADA. Grayscale: #B3B3B3. Windows color (decimal): -3685083 or 2475463. OLE color: 2475463.
HSL color Cylindrical-coordinate representation of color #C7C525: hue angle of 59.26º 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 #C7C525 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 37 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.22 |
| HSL | 59.26º | 0.69% | 0.46% | - |
| HSV(B) | 59.26º | 0.81% | 0.78% | - |
| XYZ | 43.85 | 52.21 | 9.52 | - |
| YUV | 179.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 37 | 0 | 0.01 | 0.81 | 0.22 | 59.26 | 0.69 | 0.46 |
| Hex | C7 | C5 | 25 | 0 | 1 | 51 | 16 | 3B | 45 | 2E |
| Octal | 307 | 305 | 45 | 0 | 1 | 121 | 26 | 73 | 105 | 56 |
| Binary | 11000111 | 11000101 | 100101 | 0 | 1 | 1010001 | 10110 | 111011 | 1000101 | 101110 |
Color Harmonies of #C7C525
Complementary color
Monochromatic Colors of #C7C525
Black with #C7C525
Text Example
Text Example
White with #C7C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C525; }
p { color: rgb(199,197,37); }
H1.HeaderClassName
{
color: #C7C525;
}
.AnyTagClassName
{
color: #C7C525;
}
</style>
background-color css
<style>
a { background-color: #C7C525; }
a { background-color: rgb(199,197,37); }
div.DivClassName
{
background-color: #C7C525;
}
.BgClassName
{
background-color: #C7C525;
}
</style>
border-color css
<style>
span { border-color: #C7C525; }
span { border-color: rgb(199,197,37); }
td.TdClassName
{
border-color: #C7C525;
}
.TagClassName
{
border-color: #C7C525;
}
</style>