Shades of Barberry #C8C029
Tints of Barberry #C8C029
RGB
CMYK
RGB Variations
Color information
#C8C029 (or 0xC8C029) is known color: Barberry. HEX triplet: C8, C0 and 29. RGB value is (200,192,41). Sum of RGB (Red+Green+Blue) = 200+192+41=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C029 is #373FD6. Grayscale: #B1B1B1. Windows color (decimal): -3620823 or 2736328. OLE color: 2736328.
HSL color Cylindrical-coordinate representation of color #C8C029: hue angle of 56.98º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8C029 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 41 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.22 |
| HSL | 56.98º | 0.66% | 0.47% | - |
| HSV(B) | 56.98º | 0.8% | 0.78% | - |
| XYZ | 43.07 | 50.14 | 9.51 | - |
| YUV | 177.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 41 | 0 | 0.04 | 0.80 | 0.22 | 56.98 | 0.66 | 0.47 |
| Hex | C8 | C0 | 29 | 0 | 4 | 50 | 16 | 39 | 42 | 2F |
| Octal | 310 | 300 | 51 | 0 | 4 | 120 | 26 | 71 | 102 | 57 |
| Binary | 11001000 | 11000000 | 101001 | 0 | 100 | 1010000 | 10110 | 111001 | 1000010 | 101111 |
Color Harmonies of #C8C029
Complementary color
Monochromatic Colors of #C8C029
Black with #C8C029
Text Example
Text Example
White with #C8C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C029; }
p { color: rgb(200,192,41); }
H1.HeaderClassName
{
color: #C8C029;
}
.AnyTagClassName
{
color: #C8C029;
}
</style>
background-color css
<style>
a { background-color: #C8C029; }
a { background-color: rgb(200,192,41); }
div.DivClassName
{
background-color: #C8C029;
}
.BgClassName
{
background-color: #C8C029;
}
</style>
border-color css
<style>
span { border-color: #C8C029; }
span { border-color: rgb(200,192,41); }
td.TdClassName
{
border-color: #C8C029;
}
.TagClassName
{
border-color: #C8C029;
}
</style>