Shades of Barberry #C8C322
Tints of Barberry #C8C322
RGB
CMYK
RGB Variations
Color information
#C8C322 (or 0xC8C322) is known color: Barberry. HEX triplet: C8, C3 and 22. RGB value is (200,195,34). Sum of RGB (Red+Green+Blue) = 200+195+34=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C322 is #373CDD. Grayscale: #B2B2B2. Windows color (decimal): -3620062 or 2278344. OLE color: 2278344.
HSL color Cylindrical-coordinate representation of color #C8C322: hue angle of 58.19º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8C322 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 34 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.22 |
| HSL | 58.19º | 0.71% | 0.46% | - |
| HSV(B) | 58.19º | 0.83% | 0.78% | - |
| XYZ | 43.62 | 51.43 | 9.14 | - |
| YUV | 178.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 34 | 0 | 0.02 | 0.83 | 0.22 | 58.19 | 0.71 | 0.46 |
| Hex | C8 | C3 | 22 | 0 | 2 | 53 | 16 | 3A | 47 | 2E |
| Octal | 310 | 303 | 42 | 0 | 2 | 123 | 26 | 72 | 107 | 56 |
| Binary | 11001000 | 11000011 | 100010 | 0 | 10 | 1010011 | 10110 | 111010 | 1000111 | 101110 |
Color Harmonies of #C8C322
Complementary color
Monochromatic Colors of #C8C322
Black with #C8C322
Text Example
Text Example
White with #C8C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C322; }
p { color: rgb(200,195,34); }
H1.HeaderClassName
{
color: #C8C322;
}
.AnyTagClassName
{
color: #C8C322;
}
</style>
background-color css
<style>
a { background-color: #C8C322; }
a { background-color: rgb(200,195,34); }
div.DivClassName
{
background-color: #C8C322;
}
.BgClassName
{
background-color: #C8C322;
}
</style>
border-color css
<style>
span { border-color: #C8C322; }
span { border-color: rgb(200,195,34); }
td.TdClassName
{
border-color: #C8C322;
}
.TagClassName
{
border-color: #C8C322;
}
</style>