Shades of Barberry #C7C025
Tints of Barberry #C7C025
RGB
CMYK
RGB Variations
Color information
#C7C025 (or 0xC7C025) is known color: Barberry. HEX triplet: C7, C0 and 25. RGB value is (199,192,37). Sum of RGB (Red+Green+Blue) = 199+192+37=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C025 is #383FDA. Grayscale: #B1B1B1. Windows color (decimal): -3686363 or 2474183. OLE color: 2474183.
HSL color Cylindrical-coordinate representation of color #C7C025: hue angle of 57.41º 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 #C7C025 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 37 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.22 |
| HSL | 57.41º | 0.69% | 0.46% | - |
| HSV(B) | 57.41º | 0.81% | 0.78% | - |
| XYZ | 42.74 | 49.97 | 9.14 | - |
| YUV | 176.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 37 | 0 | 0.04 | 0.81 | 0.22 | 57.41 | 0.69 | 0.46 |
| Hex | C7 | C0 | 25 | 0 | 4 | 51 | 16 | 39 | 45 | 2E |
| Octal | 307 | 300 | 45 | 0 | 4 | 121 | 26 | 71 | 105 | 56 |
| Binary | 11000111 | 11000000 | 100101 | 0 | 100 | 1010001 | 10110 | 111001 | 1000101 | 101110 |
Color Harmonies of #C7C025
Complementary color
Monochromatic Colors of #C7C025
Black with #C7C025
Text Example
Text Example
White with #C7C025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C025; }
p { color: rgb(199,192,37); }
H1.HeaderClassName
{
color: #C7C025;
}
.AnyTagClassName
{
color: #C7C025;
}
</style>
background-color css
<style>
a { background-color: #C7C025; }
a { background-color: rgb(199,192,37); }
div.DivClassName
{
background-color: #C7C025;
}
.BgClassName
{
background-color: #C7C025;
}
</style>
border-color css
<style>
span { border-color: #C7C025; }
span { border-color: rgb(199,192,37); }
td.TdClassName
{
border-color: #C7C025;
}
.TagClassName
{
border-color: #C7C025;
}
</style>