Shades of Barberry #C5C427
Tints of Barberry #C5C427
RGB
CMYK
RGB Variations
Color information
#C5C427 (or 0xC5C427) is known color: Barberry. HEX triplet: C5, C4 and 27. RGB value is (197,196,39). Sum of RGB (Red+Green+Blue) = 197+196+39=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C427 is #3A3BD8. Grayscale: #B3B3B3. Windows color (decimal): -3816409 or 2606277. OLE color: 2606277.
HSL color Cylindrical-coordinate representation of color #C5C427: hue angle of 59.62º degrees, saturation: 0.67, 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 #C5C427 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 39 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.23 |
| HSL | 59.62º | 0.67% | 0.46% | - |
| HSV(B) | 59.62º | 0.8% | 0.77% | - |
| XYZ | 43.13 | 51.5 | 9.59 | - |
| YUV | 178.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 39 | 0 | 0.01 | 0.80 | 0.23 | 59.62 | 0.67 | 0.46 |
| Hex | C5 | C4 | 27 | 0 | 1 | 50 | 17 | 3C | 43 | 2E |
| Octal | 305 | 304 | 47 | 0 | 1 | 120 | 27 | 74 | 103 | 56 |
| Binary | 11000101 | 11000100 | 100111 | 0 | 1 | 1010000 | 10111 | 111100 | 1000011 | 101110 |
Color Harmonies of #C5C427
Complementary color
Monochromatic Colors of #C5C427
Black with #C5C427
Text Example
Text Example
White with #C5C427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C427; }
p { color: rgb(197,196,39); }
H1.HeaderClassName
{
color: #C5C427;
}
.AnyTagClassName
{
color: #C5C427;
}
</style>
background-color css
<style>
a { background-color: #C5C427; }
a { background-color: rgb(197,196,39); }
div.DivClassName
{
background-color: #C5C427;
}
.BgClassName
{
background-color: #C5C427;
}
</style>
border-color css
<style>
span { border-color: #C5C427; }
span { border-color: rgb(197,196,39); }
td.TdClassName
{
border-color: #C5C427;
}
.TagClassName
{
border-color: #C5C427;
}
</style>