Shades of Barberry #C5C120
Tints of Barberry #C5C120
RGB
CMYK
RGB Variations
Color information
#C5C120 (or 0xC5C120) is known color: Barberry. HEX triplet: C5, C1 and 20. RGB value is (197,193,32). Sum of RGB (Red+Green+Blue) = 197+193+32=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C120 is #3A3EDF. Grayscale: #B0B0B0. Windows color (decimal): -3817184 or 2146757. OLE color: 2146757.
HSL color Cylindrical-coordinate representation of color #C5C120: hue angle of 58.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5C120 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 32 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.23 |
| HSL | 58.55º | 0.72% | 0.45% | - |
| HSV(B) | 58.55º | 0.84% | 0.77% | - |
| XYZ | 42.36 | 50.11 | 8.81 | - |
| YUV | 175.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 32 | 0 | 0.02 | 0.84 | 0.23 | 58.55 | 0.72 | 0.45 |
| Hex | C5 | C1 | 20 | 0 | 2 | 54 | 17 | 3B | 48 | 2D |
| Octal | 305 | 301 | 40 | 0 | 2 | 124 | 27 | 73 | 110 | 55 |
| Binary | 11000101 | 11000001 | 100000 | 0 | 10 | 1010100 | 10111 | 111011 | 1001000 | 101101 |
Color Harmonies of #C5C120
Complementary color
Monochromatic Colors of #C5C120
Black with #C5C120
Text Example
Text Example
White with #C5C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C120; }
p { color: rgb(197,193,32); }
H1.HeaderClassName
{
color: #C5C120;
}
.AnyTagClassName
{
color: #C5C120;
}
</style>
background-color css
<style>
a { background-color: #C5C120; }
a { background-color: rgb(197,193,32); }
div.DivClassName
{
background-color: #C5C120;
}
.BgClassName
{
background-color: #C5C120;
}
</style>
border-color css
<style>
span { border-color: #C5C120; }
span { border-color: rgb(197,193,32); }
td.TdClassName
{
border-color: #C5C120;
}
.TagClassName
{
border-color: #C5C120;
}
</style>