Shades of Barberry #C3C12E
Tints of Barberry #C3C12E
RGB
CMYK
RGB Variations
Color information
#C3C12E (or 0xC3C12E) is known color: Barberry. HEX triplet: C3, C1 and 2E. RGB value is (195,193,46). Sum of RGB (Red+Green+Blue) = 195+193+46=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C12E is #3C3ED1. Grayscale: #B1B1B1. Windows color (decimal): -3948242 or 3064259. OLE color: 3064259.
HSL color Cylindrical-coordinate representation of color #C3C12E: hue angle of 59.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3C12E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 46 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.24 |
| HSL | 59.19º | 0.62% | 0.47% | - |
| HSV(B) | 59.19º | 0.76% | 0.76% | - |
| XYZ | 42.07 | 49.94 | 10.01 | - |
| YUV | 176.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 46 | 0 | 0.01 | 0.76 | 0.24 | 59.19 | 0.62 | 0.47 |
| Hex | C3 | C1 | 2E | 0 | 1 | 4C | 18 | 3B | 3E | 2F |
| Octal | 303 | 301 | 56 | 0 | 1 | 114 | 30 | 73 | 76 | 57 |
| Binary | 11000011 | 11000001 | 101110 | 0 | 1 | 1001100 | 11000 | 111011 | 111110 | 101111 |
Color Harmonies of #C3C12E
Complementary color
Monochromatic Colors of #C3C12E
Black with #C3C12E
Text Example
Text Example
White with #C3C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C12E; }
p { color: rgb(195,193,46); }
H1.HeaderClassName
{
color: #C3C12E;
}
.AnyTagClassName
{
color: #C3C12E;
}
</style>
background-color css
<style>
a { background-color: #C3C12E; }
a { background-color: rgb(195,193,46); }
div.DivClassName
{
background-color: #C3C12E;
}
.BgClassName
{
background-color: #C3C12E;
}
</style>
border-color css
<style>
span { border-color: #C3C12E; }
span { border-color: rgb(195,193,46); }
td.TdClassName
{
border-color: #C3C12E;
}
.TagClassName
{
border-color: #C3C12E;
}
</style>