Shades of Barberry #C7C125
Tints of Barberry #C7C125
RGB
CMYK
RGB Variations
Color information
#C7C125 (or 0xC7C125) is known color: Barberry. HEX triplet: C7, C1 and 25. RGB value is (199,193,37). Sum of RGB (Red+Green+Blue) = 199+193+37=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C125 is #383EDA. Grayscale: #B1B1B1. Windows color (decimal): -3686107 or 2474439. OLE color: 2474439.
HSL color Cylindrical-coordinate representation of color #C7C125: hue angle of 57.78º 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 #C7C125 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 37 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.22 |
| HSL | 57.78º | 0.69% | 0.46% | - |
| HSV(B) | 57.78º | 0.81% | 0.78% | - |
| XYZ | 42.96 | 50.42 | 9.22 | - |
| YUV | 177.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 37 | 0 | 0.03 | 0.81 | 0.22 | 57.78 | 0.69 | 0.46 |
| Hex | C7 | C1 | 25 | 0 | 3 | 51 | 16 | 3A | 45 | 2E |
| Octal | 307 | 301 | 45 | 0 | 3 | 121 | 26 | 72 | 105 | 56 |
| Binary | 11000111 | 11000001 | 100101 | 0 | 11 | 1010001 | 10110 | 111010 | 1000101 | 101110 |
Color Harmonies of #C7C125
Complementary color
Monochromatic Colors of #C7C125
Black with #C7C125
Text Example
Text Example
White with #C7C125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C125; }
p { color: rgb(199,193,37); }
H1.HeaderClassName
{
color: #C7C125;
}
.AnyTagClassName
{
color: #C7C125;
}
</style>
background-color css
<style>
a { background-color: #C7C125; }
a { background-color: rgb(199,193,37); }
div.DivClassName
{
background-color: #C7C125;
}
.BgClassName
{
background-color: #C7C125;
}
</style>
border-color css
<style>
span { border-color: #C7C125; }
span { border-color: rgb(199,193,37); }
td.TdClassName
{
border-color: #C7C125;
}
.TagClassName
{
border-color: #C7C125;
}
</style>