Shades of Barberry #C8C022
Tints of Barberry #C8C022
RGB
CMYK
RGB Variations
Color information
#C8C022 (or 0xC8C022) is known color: Barberry. HEX triplet: C8, C0 and 22. RGB value is (200,192,34). Sum of RGB (Red+Green+Blue) = 200+192+34=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C022 is #373FDD. Grayscale: #B1B1B1. Windows color (decimal): -3620830 or 2277576. OLE color: 2277576.
HSL color Cylindrical-coordinate representation of color #C8C022: hue angle of 57.11º 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 #C8C022 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 34 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.22 |
| HSL | 57.11º | 0.71% | 0.46% | - |
| HSV(B) | 57.11º | 0.83% | 0.78% | - |
| XYZ | 42.96 | 50.09 | 8.92 | - |
| YUV | 176.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 34 | 0 | 0.04 | 0.83 | 0.22 | 57.11 | 0.71 | 0.46 |
| Hex | C8 | C0 | 22 | 0 | 4 | 53 | 16 | 39 | 47 | 2E |
| Octal | 310 | 300 | 42 | 0 | 4 | 123 | 26 | 71 | 107 | 56 |
| Binary | 11001000 | 11000000 | 100010 | 0 | 100 | 1010011 | 10110 | 111001 | 1000111 | 101110 |
Color Harmonies of #C8C022
Complementary color
Monochromatic Colors of #C8C022
Black with #C8C022
Text Example
Text Example
White with #C8C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C022; }
p { color: rgb(200,192,34); }
H1.HeaderClassName
{
color: #C8C022;
}
.AnyTagClassName
{
color: #C8C022;
}
</style>
background-color css
<style>
a { background-color: #C8C022; }
a { background-color: rgb(200,192,34); }
div.DivClassName
{
background-color: #C8C022;
}
.BgClassName
{
background-color: #C8C022;
}
</style>
border-color css
<style>
span { border-color: #C8C022; }
span { border-color: rgb(200,192,34); }
td.TdClassName
{
border-color: #C8C022;
}
.TagClassName
{
border-color: #C8C022;
}
</style>