Shades of Barberry #C3C224
Tints of Barberry #C3C224
RGB
CMYK
RGB Variations
Color information
#C3C224 (or 0xC3C224) is known color: Barberry. HEX triplet: C3, C2 and 24. RGB value is (195,194,36). Sum of RGB (Red+Green+Blue) = 195+194+36=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C224 is #3C3DDB. Grayscale: #B0B0B0. Windows color (decimal): -3947996 or 2409155. OLE color: 2409155.
HSL color Cylindrical-coordinate representation of color #C3C224: hue angle of 59.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3C224 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 36 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.24 |
| HSL | 59.62º | 0.69% | 0.45% | - |
| HSV(B) | 59.62º | 0.82% | 0.76% | - |
| XYZ | 42.12 | 50.31 | 9.16 | - |
| YUV | 176.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 36 | 0 | 0.01 | 0.82 | 0.24 | 59.62 | 0.69 | 0.45 |
| Hex | C3 | C2 | 24 | 0 | 1 | 52 | 18 | 3C | 45 | 2D |
| Octal | 303 | 302 | 44 | 0 | 1 | 122 | 30 | 74 | 105 | 55 |
| Binary | 11000011 | 11000010 | 100100 | 0 | 1 | 1010010 | 11000 | 111100 | 1000101 | 101101 |
Color Harmonies of #C3C224
Complementary color
Monochromatic Colors of #C3C224
Black with #C3C224
Text Example
Text Example
White with #C3C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C224; }
p { color: rgb(195,194,36); }
H1.HeaderClassName
{
color: #C3C224;
}
.AnyTagClassName
{
color: #C3C224;
}
</style>
background-color css
<style>
a { background-color: #C3C224; }
a { background-color: rgb(195,194,36); }
div.DivClassName
{
background-color: #C3C224;
}
.BgClassName
{
background-color: #C3C224;
}
</style>
border-color css
<style>
span { border-color: #C3C224; }
span { border-color: rgb(195,194,36); }
td.TdClassName
{
border-color: #C3C224;
}
.TagClassName
{
border-color: #C3C224;
}
</style>