Shades of Barberry #C4C120
Tints of Barberry #C4C120
RGB
CMYK
RGB Variations
Color information
#C4C120 (or 0xC4C120) is known color: Barberry. HEX triplet: C4, C1 and 20. RGB value is (196,193,32). Sum of RGB (Red+Green+Blue) = 196+193+32=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C120 is #3B3EDF. Grayscale: #B0B0B0. Windows color (decimal): -3882720 or 2146756. OLE color: 2146756.
HSL color Cylindrical-coordinate representation of color #C4C120: hue angle of 58.9º 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 #C4C120 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 32 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.23 |
| HSL | 58.9º | 0.72% | 0.45% | - |
| HSV(B) | 58.9º | 0.84% | 0.77% | - |
| XYZ | 42.1 | 49.98 | 8.79 | - |
| YUV | 175.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 32 | 0 | 0.02 | 0.84 | 0.23 | 58.9 | 0.72 | 0.45 |
| Hex | C4 | C1 | 20 | 0 | 2 | 54 | 17 | 3B | 48 | 2D |
| Octal | 304 | 301 | 40 | 0 | 2 | 124 | 27 | 73 | 110 | 55 |
| Binary | 11000100 | 11000001 | 100000 | 0 | 10 | 1010100 | 10111 | 111011 | 1001000 | 101101 |
Color Harmonies of #C4C120
Complementary color
Monochromatic Colors of #C4C120
Black with #C4C120
Text Example
Text Example
White with #C4C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C120; }
p { color: rgb(196,193,32); }
H1.HeaderClassName
{
color: #C4C120;
}
.AnyTagClassName
{
color: #C4C120;
}
</style>
background-color css
<style>
a { background-color: #C4C120; }
a { background-color: rgb(196,193,32); }
div.DivClassName
{
background-color: #C4C120;
}
.BgClassName
{
background-color: #C4C120;
}
</style>
border-color css
<style>
span { border-color: #C4C120; }
span { border-color: rgb(196,193,32); }
td.TdClassName
{
border-color: #C4C120;
}
.TagClassName
{
border-color: #C4C120;
}
</style>