Shades of Barberry #C5C428
Tints of Barberry #C5C428
RGB
CMYK
RGB Variations
Color information
#C5C428 (or 0xC5C428) is known color: Barberry. HEX triplet: C5, C4 and 28. RGB value is (197,196,40). Sum of RGB (Red+Green+Blue) = 197+196+40=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C428 is #3A3BD7. Grayscale: #B3B3B3. Windows color (decimal): -3816408 or 2671813. OLE color: 2671813.
HSL color Cylindrical-coordinate representation of color #C5C428: hue angle of 59.62º 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 #C5C428 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 40 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.23 |
| HSL | 59.62º | 0.66% | 0.46% | - |
| HSV(B) | 59.62º | 0.8% | 0.77% | - |
| XYZ | 43.15 | 51.5 | 9.67 | - |
| YUV | 178.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 40 | 0 | 0.01 | 0.80 | 0.23 | 59.62 | 0.66 | 0.46 |
| Hex | C5 | C4 | 28 | 0 | 1 | 50 | 17 | 3C | 42 | 2E |
| Octal | 305 | 304 | 50 | 0 | 1 | 120 | 27 | 74 | 102 | 56 |
| Binary | 11000101 | 11000100 | 101000 | 0 | 1 | 1010000 | 10111 | 111100 | 1000010 | 101110 |
Color Harmonies of #C5C428
Complementary color
Monochromatic Colors of #C5C428
Black with #C5C428
Text Example
Text Example
White with #C5C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C428; }
p { color: rgb(197,196,40); }
H1.HeaderClassName
{
color: #C5C428;
}
.AnyTagClassName
{
color: #C5C428;
}
</style>
background-color css
<style>
a { background-color: #C5C428; }
a { background-color: rgb(197,196,40); }
div.DivClassName
{
background-color: #C5C428;
}
.BgClassName
{
background-color: #C5C428;
}
</style>
border-color css
<style>
span { border-color: #C5C428; }
span { border-color: rgb(197,196,40); }
td.TdClassName
{
border-color: #C5C428;
}
.TagClassName
{
border-color: #C5C428;
}
</style>