Shades of Barberry #C3C120
Tints of Barberry #C3C120
RGB
CMYK
RGB Variations
Color information
#C3C120 (or 0xC3C120) is known color: Barberry. HEX triplet: C3, C1 and 20. RGB value is (195,193,32). Sum of RGB (Red+Green+Blue) = 195+193+32=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C120 is #3C3EDF. Grayscale: #AFAFAF. Windows color (decimal): -3948256 or 2146755. OLE color: 2146755.
HSL color Cylindrical-coordinate representation of color #C3C120: hue angle of 59.26º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3C120 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 32 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.24 |
| HSL | 59.26º | 0.72% | 0.45% | - |
| HSV(B) | 59.26º | 0.84% | 0.76% | - |
| XYZ | 41.84 | 49.85 | 8.78 | - |
| YUV | 175.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 32 | 0 | 0.01 | 0.84 | 0.24 | 59.26 | 0.72 | 0.45 |
| Hex | C3 | C1 | 20 | 0 | 1 | 54 | 18 | 3B | 48 | 2D |
| Octal | 303 | 301 | 40 | 0 | 1 | 124 | 30 | 73 | 110 | 55 |
| Binary | 11000011 | 11000001 | 100000 | 0 | 1 | 1010100 | 11000 | 111011 | 1001000 | 101101 |
Color Harmonies of #C3C120
Complementary color
Monochromatic Colors of #C3C120
Black with #C3C120
Text Example
Text Example
White with #C3C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C120; }
p { color: rgb(195,193,32); }
H1.HeaderClassName
{
color: #C3C120;
}
.AnyTagClassName
{
color: #C3C120;
}
</style>
background-color css
<style>
a { background-color: #C3C120; }
a { background-color: rgb(195,193,32); }
div.DivClassName
{
background-color: #C3C120;
}
.BgClassName
{
background-color: #C3C120;
}
</style>
border-color css
<style>
span { border-color: #C3C120; }
span { border-color: rgb(195,193,32); }
td.TdClassName
{
border-color: #C3C120;
}
.TagClassName
{
border-color: #C3C120;
}
</style>