Shades of Barberry #C3C22E
Tints of Barberry #C3C22E
RGB
CMYK
RGB Variations
Color information
#C3C22E (or 0xC3C22E) is known color: Barberry. HEX triplet: C3, C2 and 2E. RGB value is (195,194,46). Sum of RGB (Red+Green+Blue) = 195+194+46=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C22E is #3C3DD1. Grayscale: #B2B2B2. Windows color (decimal): -3947986 or 3064515. OLE color: 3064515.
HSL color Cylindrical-coordinate representation of color #C3C22E: hue angle of 59.6º 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 #C3C22E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 46 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.24 |
| HSL | 59.6º | 0.62% | 0.47% | - |
| HSV(B) | 59.6º | 0.76% | 0.76% | - |
| XYZ | 42.29 | 50.38 | 10.08 | - |
| YUV | 177.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 46 | 0 | 0.01 | 0.76 | 0.24 | 59.6 | 0.62 | 0.47 |
| Hex | C3 | C2 | 2E | 0 | 1 | 4C | 18 | 3C | 3E | 2F |
| Octal | 303 | 302 | 56 | 0 | 1 | 114 | 30 | 74 | 76 | 57 |
| Binary | 11000011 | 11000010 | 101110 | 0 | 1 | 1001100 | 11000 | 111100 | 111110 | 101111 |
Color Harmonies of #C3C22E
Complementary color
Monochromatic Colors of #C3C22E
Black with #C3C22E
Text Example
Text Example
White with #C3C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C22E; }
p { color: rgb(195,194,46); }
H1.HeaderClassName
{
color: #C3C22E;
}
.AnyTagClassName
{
color: #C3C22E;
}
</style>
background-color css
<style>
a { background-color: #C3C22E; }
a { background-color: rgb(195,194,46); }
div.DivClassName
{
background-color: #C3C22E;
}
.BgClassName
{
background-color: #C3C22E;
}
</style>
border-color css
<style>
span { border-color: #C3C22E; }
span { border-color: rgb(195,194,46); }
td.TdClassName
{
border-color: #C3C22E;
}
.TagClassName
{
border-color: #C3C22E;
}
</style>