Shades of Barberry #C8C529
Tints of Barberry #C8C529
RGB
CMYK
RGB Variations
Color information
#C8C529 (or 0xC8C529) is known color: Barberry. HEX triplet: C8, C5 and 29. RGB value is (200,197,41). Sum of RGB (Red+Green+Blue) = 200+197+41=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C529 is #373AD6. Grayscale: #B4B4B4. Windows color (decimal): -3619543 or 2737608. OLE color: 2737608.
HSL color Cylindrical-coordinate representation of color #C8C529: hue angle of 58.87º 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 #C8C529 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 41 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.22 |
| HSL | 58.87º | 0.66% | 0.47% | - |
| HSV(B) | 58.87º | 0.8% | 0.78% | - |
| XYZ | 44.19 | 52.37 | 9.88 | - |
| YUV | 180.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 41 | 0 | 0.02 | 0.80 | 0.22 | 58.87 | 0.66 | 0.47 |
| Hex | C8 | C5 | 29 | 0 | 2 | 50 | 16 | 3B | 42 | 2F |
| Octal | 310 | 305 | 51 | 0 | 2 | 120 | 26 | 73 | 102 | 57 |
| Binary | 11001000 | 11000101 | 101001 | 0 | 10 | 1010000 | 10110 | 111011 | 1000010 | 101111 |
Color Harmonies of #C8C529
Complementary color
Monochromatic Colors of #C8C529
Black with #C8C529
Text Example
Text Example
White with #C8C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C529; }
p { color: rgb(200,197,41); }
H1.HeaderClassName
{
color: #C8C529;
}
.AnyTagClassName
{
color: #C8C529;
}
</style>
background-color css
<style>
a { background-color: #C8C529; }
a { background-color: rgb(200,197,41); }
div.DivClassName
{
background-color: #C8C529;
}
.BgClassName
{
background-color: #C8C529;
}
</style>
border-color css
<style>
span { border-color: #C8C529; }
span { border-color: rgb(200,197,41); }
td.TdClassName
{
border-color: #C8C529;
}
.TagClassName
{
border-color: #C8C529;
}
</style>