Shades of Barberry #C7C62B
Tints of Barberry #C7C62B
RGB
CMYK
RGB Variations
Color information
#C7C62B (or 0xC7C62B) is known color: Barberry. HEX triplet: C7, C6 and 2B. RGB value is (199,198,43). Sum of RGB (Red+Green+Blue) = 199+198+43=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C62B is #3839D4. Grayscale: #B5B5B5. Windows color (decimal): -3684821 or 2868935. OLE color: 2868935.
HSL color Cylindrical-coordinate representation of color #C7C62B: hue angle of 59.62º 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 #C7C62B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.22 |
| HSL | 59.62º | 0.64% | 0.47% | - |
| HSV(B) | 59.62º | 0.78% | 0.78% | - |
| XYZ | 44.18 | 52.7 | 10.13 | - |
| YUV | 180.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 43 | 0 | 0.01 | 0.78 | 0.22 | 59.62 | 0.64 | 0.47 |
| Hex | C7 | C6 | 2B | 0 | 1 | 4E | 16 | 3C | 40 | 2F |
| Octal | 307 | 306 | 53 | 0 | 1 | 116 | 26 | 74 | 100 | 57 |
| Binary | 11000111 | 11000110 | 101011 | 0 | 1 | 1001110 | 10110 | 111100 | 1000000 | 101111 |
Color Harmonies of #C7C62B
Complementary color
Monochromatic Colors of #C7C62B
Black with #C7C62B
Text Example
Text Example
White with #C7C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C62B; }
p { color: rgb(199,198,43); }
H1.HeaderClassName
{
color: #C7C62B;
}
.AnyTagClassName
{
color: #C7C62B;
}
</style>
background-color css
<style>
a { background-color: #C7C62B; }
a { background-color: rgb(199,198,43); }
div.DivClassName
{
background-color: #C7C62B;
}
.BgClassName
{
background-color: #C7C62B;
}
</style>
border-color css
<style>
span { border-color: #C7C62B; }
span { border-color: rgb(199,198,43); }
td.TdClassName
{
border-color: #C7C62B;
}
.TagClassName
{
border-color: #C7C62B;
}
</style>