Shades of Barberry #C7C82B
Tints of Barberry #C7C82B
RGB
CMYK
RGB Variations
Color information
#C7C82B (or 0xC7C82B) is known color: Barberry. HEX triplet: C7, C8 and 2B. RGB value is (199,200,43). Sum of RGB (Red+Green+Blue) = 199+200+43=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C82B is #3837D4. Grayscale: #B6B6B6. Windows color (decimal): -3684309 or 2869447. OLE color: 2869447.
HSL color Cylindrical-coordinate representation of color #C7C82B: hue angle of 60.38º degrees, saturation: 0.65, 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 #C7C82B is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 43 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.22 |
| HSL | 60.38º | 0.65% | 0.48% | - |
| HSV(B) | 60.38º | 0.79% | 0.78% | - |
| XYZ | 44.64 | 53.63 | 10.28 | - |
| YUV | 181.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 43 | 0.00 | 0 | 0.78 | 0.22 | 60.38 | 0.65 | 0.48 |
| Hex | C7 | C8 | 2B | 0 | 0 | 4E | 16 | 3C | 41 | 30 |
| Octal | 307 | 310 | 53 | 0 | 0 | 116 | 26 | 74 | 101 | 60 |
| Binary | 11000111 | 11001000 | 101011 | 0 | 0 | 1001110 | 10110 | 111100 | 1000001 | 110000 |
Color Harmonies of #C7C82B
Complementary color
Monochromatic Colors of #C7C82B
Black with #C7C82B
Text Example
Text Example
White with #C7C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C82B; }
p { color: rgb(199,200,43); }
H1.HeaderClassName
{
color: #C7C82B;
}
.AnyTagClassName
{
color: #C7C82B;
}
</style>
background-color css
<style>
a { background-color: #C7C82B; }
a { background-color: rgb(199,200,43); }
div.DivClassName
{
background-color: #C7C82B;
}
.BgClassName
{
background-color: #C7C82B;
}
</style>
border-color css
<style>
span { border-color: #C7C82B; }
span { border-color: rgb(199,200,43); }
td.TdClassName
{
border-color: #C7C82B;
}
.TagClassName
{
border-color: #C7C82B;
}
</style>