Shades of Barberry #C8C51D
Tints of Barberry #C8C51D
RGB
CMYK
RGB Variations
Color information
#C8C51D (or 0xC8C51D) is known color: Barberry. HEX triplet: C8, C5 and 1D. RGB value is (200,197,29). Sum of RGB (Red+Green+Blue) = 200+197+29=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C51D is #373AE2. Grayscale: #B3B3B3. Windows color (decimal): -3619555 or 1951176. OLE color: 1951176.
HSL color Cylindrical-coordinate representation of color #C8C51D: hue angle of 58.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C51D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.22 |
| HSL | 58.95º | 0.75% | 0.45% | - |
| HSV(B) | 58.95º | 0.86% | 0.78% | - |
| XYZ | 44.01 | 52.3 | 8.94 | - |
| YUV | 178.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 29 | 0 | 0.02 | 0.86 | 0.22 | 58.95 | 0.75 | 0.45 |
| Hex | C8 | C5 | 1D | 0 | 2 | 56 | 16 | 3B | 4B | 2D |
| Octal | 310 | 305 | 35 | 0 | 2 | 126 | 26 | 73 | 113 | 55 |
| Binary | 11001000 | 11000101 | 11101 | 0 | 10 | 1010110 | 10110 | 111011 | 1001011 | 101101 |
Color Harmonies of #C8C51D
Complementary color
Monochromatic Colors of #C8C51D
Black with #C8C51D
Text Example
Text Example
White with #C8C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C51D; }
p { color: rgb(200,197,29); }
H1.HeaderClassName
{
color: #C8C51D;
}
.AnyTagClassName
{
color: #C8C51D;
}
</style>
background-color css
<style>
a { background-color: #C8C51D; }
a { background-color: rgb(200,197,29); }
div.DivClassName
{
background-color: #C8C51D;
}
.BgClassName
{
background-color: #C8C51D;
}
</style>
border-color css
<style>
span { border-color: #C8C51D; }
span { border-color: rgb(200,197,29); }
td.TdClassName
{
border-color: #C8C51D;
}
.TagClassName
{
border-color: #C8C51D;
}
</style>