Shades of Barberry #C7C62C
Tints of Barberry #C7C62C
RGB
CMYK
RGB Variations
Color information
#C7C62C (or 0xC7C62C) is known color: Barberry. HEX triplet: C7, C6 and 2C. RGB value is (199,198,44). Sum of RGB (Red+Green+Blue) = 199+198+44=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C62C is #3839D3. Grayscale: #B5B5B5. Windows color (decimal): -3684820 or 2934471. OLE color: 2934471.
HSL color Cylindrical-coordinate representation of color #C7C62C: hue angle of 59.61º 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 #C7C62C is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 44 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.22 |
| HSL | 59.61º | 0.64% | 0.48% | - |
| HSV(B) | 59.61º | 0.78% | 0.78% | - |
| XYZ | 44.2 | 52.71 | 10.23 | - |
| YUV | 180.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 44 | 0 | 0.01 | 0.78 | 0.22 | 59.61 | 0.64 | 0.48 |
| Hex | C7 | C6 | 2C | 0 | 1 | 4E | 16 | 3C | 40 | 30 |
| Octal | 307 | 306 | 54 | 0 | 1 | 116 | 26 | 74 | 100 | 60 |
| Binary | 11000111 | 11000110 | 101100 | 0 | 1 | 1001110 | 10110 | 111100 | 1000000 | 110000 |
Color Harmonies of #C7C62C
Complementary color
Monochromatic Colors of #C7C62C
Black with #C7C62C
Text Example
Text Example
White with #C7C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C62C; }
p { color: rgb(199,198,44); }
H1.HeaderClassName
{
color: #C7C62C;
}
.AnyTagClassName
{
color: #C7C62C;
}
</style>
background-color css
<style>
a { background-color: #C7C62C; }
a { background-color: rgb(199,198,44); }
div.DivClassName
{
background-color: #C7C62C;
}
.BgClassName
{
background-color: #C7C62C;
}
</style>
border-color css
<style>
span { border-color: #C7C62C; }
span { border-color: rgb(199,198,44); }
td.TdClassName
{
border-color: #C7C62C;
}
.TagClassName
{
border-color: #C7C62C;
}
</style>