Shades of Barberry #C7C02C
Tints of Barberry #C7C02C
RGB
CMYK
RGB Variations
Color information
#C7C02C (or 0xC7C02C) is known color: Barberry. HEX triplet: C7, C0 and 2C. RGB value is (199,192,44). Sum of RGB (Red+Green+Blue) = 199+192+44=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C02C is #383FD3. Grayscale: #B1B1B1. Windows color (decimal): -3686356 or 2932935. OLE color: 2932935.
HSL color Cylindrical-coordinate representation of color #C7C02C: hue angle of 57.29º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7C02C is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 44 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.22 |
| HSL | 57.29º | 0.64% | 0.48% | - |
| HSV(B) | 57.29º | 0.78% | 0.78% | - |
| XYZ | 42.86 | 50.02 | 9.78 | - |
| YUV | 177.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 44 | 0 | 0.04 | 0.78 | 0.22 | 57.29 | 0.64 | 0.48 |
| Hex | C7 | C0 | 2C | 0 | 4 | 4E | 16 | 39 | 40 | 30 |
| Octal | 307 | 300 | 54 | 0 | 4 | 116 | 26 | 71 | 100 | 60 |
| Binary | 11000111 | 11000000 | 101100 | 0 | 100 | 1001110 | 10110 | 111001 | 1000000 | 110000 |
Color Harmonies of #C7C02C
Complementary color
Monochromatic Colors of #C7C02C
Black with #C7C02C
Text Example
Text Example
White with #C7C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C02C; }
p { color: rgb(199,192,44); }
H1.HeaderClassName
{
color: #C7C02C;
}
.AnyTagClassName
{
color: #C7C02C;
}
</style>
background-color css
<style>
a { background-color: #C7C02C; }
a { background-color: rgb(199,192,44); }
div.DivClassName
{
background-color: #C7C02C;
}
.BgClassName
{
background-color: #C7C02C;
}
</style>
border-color css
<style>
span { border-color: #C7C02C; }
span { border-color: rgb(199,192,44); }
td.TdClassName
{
border-color: #C7C02C;
}
.TagClassName
{
border-color: #C7C02C;
}
</style>