Shades of Barberry #C8C224
Tints of Barberry #C8C224
RGB
CMYK
RGB Variations
Color information
#C8C224 (or 0xC8C224) is known color: Barberry. HEX triplet: C8, C2 and 24. RGB value is (200,194,36). Sum of RGB (Red+Green+Blue) = 200+194+36=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C224 is #373DDB. Grayscale: #B2B2B2. Windows color (decimal): -3620316 or 2409160. OLE color: 2409160.
HSL color Cylindrical-coordinate representation of color #C8C224: hue angle of 57.8º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8C224 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 36 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.22 |
| HSL | 57.8º | 0.69% | 0.46% | - |
| HSV(B) | 57.8º | 0.82% | 0.78% | - |
| XYZ | 43.43 | 50.99 | 9.22 | - |
| YUV | 177.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 36 | 0 | 0.03 | 0.82 | 0.22 | 57.8 | 0.69 | 0.46 |
| Hex | C8 | C2 | 24 | 0 | 3 | 52 | 16 | 3A | 45 | 2E |
| Octal | 310 | 302 | 44 | 0 | 3 | 122 | 26 | 72 | 105 | 56 |
| Binary | 11001000 | 11000010 | 100100 | 0 | 11 | 1010010 | 10110 | 111010 | 1000101 | 101110 |
Color Harmonies of #C8C224
Complementary color
Monochromatic Colors of #C8C224
Black with #C8C224
Text Example
Text Example
White with #C8C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C224; }
p { color: rgb(200,194,36); }
H1.HeaderClassName
{
color: #C8C224;
}
.AnyTagClassName
{
color: #C8C224;
}
</style>
background-color css
<style>
a { background-color: #C8C224; }
a { background-color: rgb(200,194,36); }
div.DivClassName
{
background-color: #C8C224;
}
.BgClassName
{
background-color: #C8C224;
}
</style>
border-color css
<style>
span { border-color: #C8C224; }
span { border-color: rgb(200,194,36); }
td.TdClassName
{
border-color: #C8C224;
}
.TagClassName
{
border-color: #C8C224;
}
</style>