Shades of Barberry #C3C528
Tints of Barberry #C3C528
RGB
CMYK
RGB Variations
Color information
#C3C528 (or 0xC3C528) is known color: Barberry. HEX triplet: C3, C5 and 28. RGB value is (195,197,40). Sum of RGB (Red+Green+Blue) = 195+197+40=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C528 is #3C3AD7. Grayscale: #B3B3B3. Windows color (decimal): -3947224 or 2672067. OLE color: 2672067.
HSL color Cylindrical-coordinate representation of color #C3C528: hue angle of 60.76º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3C528 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 40 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.23 |
| HSL | 60.76º | 0.66% | 0.46% | - |
| HSV(B) | 60.76º | 0.8% | 0.77% | - |
| XYZ | 42.85 | 51.69 | 9.73 | - |
| YUV | 178.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 40 | 0.01 | 0 | 0.80 | 0.23 | 60.76 | 0.66 | 0.46 |
| Hex | C3 | C5 | 28 | 1 | 0 | 50 | 17 | 3D | 42 | 2E |
| Octal | 303 | 305 | 50 | 1 | 0 | 120 | 27 | 75 | 102 | 56 |
| Binary | 11000011 | 11000101 | 101000 | 1 | 0 | 1010000 | 10111 | 111101 | 1000010 | 101110 |
Color Harmonies of #C3C528
Complementary color
Monochromatic Colors of #C3C528
Black with #C3C528
Text Example
Text Example
White with #C3C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C528; }
p { color: rgb(195,197,40); }
H1.HeaderClassName
{
color: #C3C528;
}
.AnyTagClassName
{
color: #C3C528;
}
</style>
background-color css
<style>
a { background-color: #C3C528; }
a { background-color: rgb(195,197,40); }
div.DivClassName
{
background-color: #C3C528;
}
.BgClassName
{
background-color: #C3C528;
}
</style>
border-color css
<style>
span { border-color: #C3C528; }
span { border-color: rgb(195,197,40); }
td.TdClassName
{
border-color: #C3C528;
}
.TagClassName
{
border-color: #C3C528;
}
</style>