Shades of Barberry #C5C425
Tints of Barberry #C5C425
RGB
CMYK
RGB Variations
Color information
#C5C425 (or 0xC5C425) is known color: Barberry. HEX triplet: C5, C4 and 25. RGB value is (197,196,37). Sum of RGB (Red+Green+Blue) = 197+196+37=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C425 is #3A3BDA. Grayscale: #B2B2B2. Windows color (decimal): -3816411 or 2475205. OLE color: 2475205.
HSL color Cylindrical-coordinate representation of color #C5C425: hue angle of 59.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5C425 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 37 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.23 |
| HSL | 59.63º | 0.68% | 0.46% | - |
| HSV(B) | 59.63º | 0.81% | 0.77% | - |
| XYZ | 43.1 | 51.48 | 9.42 | - |
| YUV | 178.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 37 | 0 | 0.01 | 0.81 | 0.23 | 59.63 | 0.68 | 0.46 |
| Hex | C5 | C4 | 25 | 0 | 1 | 51 | 17 | 3C | 44 | 2E |
| Octal | 305 | 304 | 45 | 0 | 1 | 121 | 27 | 74 | 104 | 56 |
| Binary | 11000101 | 11000100 | 100101 | 0 | 1 | 1010001 | 10111 | 111100 | 1000100 | 101110 |
Color Harmonies of #C5C425
Complementary color
Monochromatic Colors of #C5C425
Black with #C5C425
Text Example
Text Example
White with #C5C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C425; }
p { color: rgb(197,196,37); }
H1.HeaderClassName
{
color: #C5C425;
}
.AnyTagClassName
{
color: #C5C425;
}
</style>
background-color css
<style>
a { background-color: #C5C425; }
a { background-color: rgb(197,196,37); }
div.DivClassName
{
background-color: #C5C425;
}
.BgClassName
{
background-color: #C5C425;
}
</style>
border-color css
<style>
span { border-color: #C5C425; }
span { border-color: rgb(197,196,37); }
td.TdClassName
{
border-color: #C5C425;
}
.TagClassName
{
border-color: #C5C425;
}
</style>