Shades of Barberry #C7C427
Tints of Barberry #C7C427
RGB
CMYK
RGB Variations
Color information
#C7C427 (or 0xC7C427) is known color: Barberry. HEX triplet: C7, C4 and 27. RGB value is (199,196,39). Sum of RGB (Red+Green+Blue) = 199+196+39=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C427 is #383BD8. Grayscale: #B3B3B3. Windows color (decimal): -3685337 or 2606279. OLE color: 2606279.
HSL color Cylindrical-coordinate representation of color #C7C427: hue angle of 58.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7C427 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 39 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.22 |
| HSL | 58.88º | 0.67% | 0.47% | - |
| HSV(B) | 58.88º | 0.8% | 0.78% | - |
| XYZ | 43.66 | 51.77 | 9.61 | - |
| YUV | 179 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 39 | 0 | 0.02 | 0.80 | 0.22 | 58.88 | 0.67 | 0.47 |
| Hex | C7 | C4 | 27 | 0 | 2 | 50 | 16 | 3B | 43 | 2F |
| Octal | 307 | 304 | 47 | 0 | 2 | 120 | 26 | 73 | 103 | 57 |
| Binary | 11000111 | 11000100 | 100111 | 0 | 10 | 1010000 | 10110 | 111011 | 1000011 | 101111 |
Color Harmonies of #C7C427
Complementary color
Monochromatic Colors of #C7C427
Black with #C7C427
Text Example
Text Example
White with #C7C427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C427; }
p { color: rgb(199,196,39); }
H1.HeaderClassName
{
color: #C7C427;
}
.AnyTagClassName
{
color: #C7C427;
}
</style>
background-color css
<style>
a { background-color: #C7C427; }
a { background-color: rgb(199,196,39); }
div.DivClassName
{
background-color: #C7C427;
}
.BgClassName
{
background-color: #C7C427;
}
</style>
border-color css
<style>
span { border-color: #C7C427; }
span { border-color: rgb(199,196,39); }
td.TdClassName
{
border-color: #C7C427;
}
.TagClassName
{
border-color: #C7C427;
}
</style>