Shades of Barberry #C7C12B
Tints of Barberry #C7C12B
RGB
CMYK
RGB Variations
Color information
#C7C12B (or 0xC7C12B) is known color: Barberry. HEX triplet: C7, C1 and 2B. RGB value is (199,193,43). Sum of RGB (Red+Green+Blue) = 199+193+43=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C12B is #383ED4. Grayscale: #B2B2B2. Windows color (decimal): -3686101 or 2867655. OLE color: 2867655.
HSL color Cylindrical-coordinate representation of color #C7C12B: hue angle of 57.69º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7C12B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 43 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.22 |
| HSL | 57.69º | 0.64% | 0.47% | - |
| HSV(B) | 57.69º | 0.78% | 0.78% | - |
| XYZ | 43.06 | 50.46 | 9.76 | - |
| YUV | 177.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 43 | 0 | 0.03 | 0.78 | 0.22 | 57.69 | 0.64 | 0.47 |
| Hex | C7 | C1 | 2B | 0 | 3 | 4E | 16 | 3A | 40 | 2F |
| Octal | 307 | 301 | 53 | 0 | 3 | 116 | 26 | 72 | 100 | 57 |
| Binary | 11000111 | 11000001 | 101011 | 0 | 11 | 1001110 | 10110 | 111010 | 1000000 | 101111 |
Color Harmonies of #C7C12B
Complementary color
Monochromatic Colors of #C7C12B
Black with #C7C12B
Text Example
Text Example
White with #C7C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C12B; }
p { color: rgb(199,193,43); }
H1.HeaderClassName
{
color: #C7C12B;
}
.AnyTagClassName
{
color: #C7C12B;
}
</style>
background-color css
<style>
a { background-color: #C7C12B; }
a { background-color: rgb(199,193,43); }
div.DivClassName
{
background-color: #C7C12B;
}
.BgClassName
{
background-color: #C7C12B;
}
</style>
border-color css
<style>
span { border-color: #C7C12B; }
span { border-color: rgb(199,193,43); }
td.TdClassName
{
border-color: #C7C12B;
}
.TagClassName
{
border-color: #C7C12B;
}
</style>