Shades of Barberry #C5C224
Tints of Barberry #C5C224
RGB
CMYK
RGB Variations
Color information
#C5C224 (or 0xC5C224) is known color: Barberry. HEX triplet: C5, C2 and 24. RGB value is (197,194,36). Sum of RGB (Red+Green+Blue) = 197+194+36=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C224 is #3A3DDB. Grayscale: #B1B1B1. Windows color (decimal): -3816924 or 2409157. OLE color: 2409157.
HSL color Cylindrical-coordinate representation of color #C5C224: hue angle of 58.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5C224 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 36 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.23 |
| HSL | 58.88º | 0.69% | 0.46% | - |
| HSV(B) | 58.88º | 0.82% | 0.77% | - |
| XYZ | 42.64 | 50.58 | 9.19 | - |
| YUV | 176.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 36 | 0 | 0.02 | 0.82 | 0.23 | 58.88 | 0.69 | 0.46 |
| Hex | C5 | C2 | 24 | 0 | 2 | 52 | 17 | 3B | 45 | 2E |
| Octal | 305 | 302 | 44 | 0 | 2 | 122 | 27 | 73 | 105 | 56 |
| Binary | 11000101 | 11000010 | 100100 | 0 | 10 | 1010010 | 10111 | 111011 | 1000101 | 101110 |
Color Harmonies of #C5C224
Complementary color
Monochromatic Colors of #C5C224
Black with #C5C224
Text Example
Text Example
White with #C5C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C224; }
p { color: rgb(197,194,36); }
H1.HeaderClassName
{
color: #C5C224;
}
.AnyTagClassName
{
color: #C5C224;
}
</style>
background-color css
<style>
a { background-color: #C5C224; }
a { background-color: rgb(197,194,36); }
div.DivClassName
{
background-color: #C5C224;
}
.BgClassName
{
background-color: #C5C224;
}
</style>
border-color css
<style>
span { border-color: #C5C224; }
span { border-color: rgb(197,194,36); }
td.TdClassName
{
border-color: #C5C224;
}
.TagClassName
{
border-color: #C5C224;
}
</style>