Shades of Barberry #C7C52B
Tints of Barberry #C7C52B
RGB
CMYK
RGB Variations
Color information
#C7C52B (or 0xC7C52B) is known color: Barberry. HEX triplet: C7, C5 and 2B. RGB value is (199,197,43). Sum of RGB (Red+Green+Blue) = 199+197+43=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C52B is #383AD4. Grayscale: #B4B4B4. Windows color (decimal): -3685077 or 2868679. OLE color: 2868679.
HSL color Cylindrical-coordinate representation of color #C7C52B: hue angle of 59.23º 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 #C7C52B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.22 |
| HSL | 59.23º | 0.64% | 0.47% | - |
| HSV(B) | 59.23º | 0.78% | 0.78% | - |
| XYZ | 43.96 | 52.25 | 10.05 | - |
| YUV | 180.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 43 | 0 | 0.01 | 0.78 | 0.22 | 59.23 | 0.64 | 0.47 |
| Hex | C7 | C5 | 2B | 0 | 1 | 4E | 16 | 3B | 40 | 2F |
| Octal | 307 | 305 | 53 | 0 | 1 | 116 | 26 | 73 | 100 | 57 |
| Binary | 11000111 | 11000101 | 101011 | 0 | 1 | 1001110 | 10110 | 111011 | 1000000 | 101111 |
Color Harmonies of #C7C52B
Complementary color
Monochromatic Colors of #C7C52B
Black with #C7C52B
Text Example
Text Example
White with #C7C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C52B; }
p { color: rgb(199,197,43); }
H1.HeaderClassName
{
color: #C7C52B;
}
.AnyTagClassName
{
color: #C7C52B;
}
</style>
background-color css
<style>
a { background-color: #C7C52B; }
a { background-color: rgb(199,197,43); }
div.DivClassName
{
background-color: #C7C52B;
}
.BgClassName
{
background-color: #C7C52B;
}
</style>
border-color css
<style>
span { border-color: #C7C52B; }
span { border-color: rgb(199,197,43); }
td.TdClassName
{
border-color: #C7C52B;
}
.TagClassName
{
border-color: #C7C52B;
}
</style>