Shades of Barberry #C8C321
Tints of Barberry #C8C321
RGB
CMYK
RGB Variations
Color information
#C8C321 (or 0xC8C321) is known color: Barberry. HEX triplet: C8, C3 and 21. RGB value is (200,195,33). Sum of RGB (Red+Green+Blue) = 200+195+33=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C321 is #373CDE. Grayscale: #B2B2B2. Windows color (decimal): -3620063 or 2212808. OLE color: 2212808.
HSL color Cylindrical-coordinate representation of color #C8C321: hue angle of 58.2º degrees, saturation: 0.72, 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 #C8C321 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 33 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.22 |
| HSL | 58.2º | 0.72% | 0.46% | - |
| HSV(B) | 58.2º | 0.84% | 0.78% | - |
| XYZ | 43.61 | 51.42 | 9.07 | - |
| YUV | 178.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 33 | 0 | 0.02 | 0.84 | 0.22 | 58.2 | 0.72 | 0.46 |
| Hex | C8 | C3 | 21 | 0 | 2 | 54 | 16 | 3A | 48 | 2E |
| Octal | 310 | 303 | 41 | 0 | 2 | 124 | 26 | 72 | 110 | 56 |
| Binary | 11001000 | 11000011 | 100001 | 0 | 10 | 1010100 | 10110 | 111010 | 1001000 | 101110 |
Color Harmonies of #C8C321
Complementary color
Monochromatic Colors of #C8C321
Black with #C8C321
Text Example
Text Example
White with #C8C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C321; }
p { color: rgb(200,195,33); }
H1.HeaderClassName
{
color: #C8C321;
}
.AnyTagClassName
{
color: #C8C321;
}
</style>
background-color css
<style>
a { background-color: #C8C321; }
a { background-color: rgb(200,195,33); }
div.DivClassName
{
background-color: #C8C321;
}
.BgClassName
{
background-color: #C8C321;
}
</style>
border-color css
<style>
span { border-color: #C8C321; }
span { border-color: rgb(200,195,33); }
td.TdClassName
{
border-color: #C8C321;
}
.TagClassName
{
border-color: #C8C321;
}
</style>