Shades of Barberry #C5C124
Tints of Barberry #C5C124
RGB
CMYK
RGB Variations
Color information
#C5C124 (or 0xC5C124) is known color: Barberry. HEX triplet: C5, C1 and 24. RGB value is (197,193,36). Sum of RGB (Red+Green+Blue) = 197+193+36=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C124 is #3A3EDB. Grayscale: #B0B0B0. Windows color (decimal): -3817180 or 2408901. OLE color: 2408901.
HSL color Cylindrical-coordinate representation of color #C5C124: hue angle of 58.51º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5C124 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 36 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.23 |
| HSL | 58.51º | 0.69% | 0.46% | - |
| HSV(B) | 58.51º | 0.82% | 0.77% | - |
| XYZ | 42.41 | 50.14 | 9.11 | - |
| YUV | 176.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 36 | 0 | 0.02 | 0.82 | 0.23 | 58.51 | 0.69 | 0.46 |
| Hex | C5 | C1 | 24 | 0 | 2 | 52 | 17 | 3B | 45 | 2E |
| Octal | 305 | 301 | 44 | 0 | 2 | 122 | 27 | 73 | 105 | 56 |
| Binary | 11000101 | 11000001 | 100100 | 0 | 10 | 1010010 | 10111 | 111011 | 1000101 | 101110 |
Color Harmonies of #C5C124
Complementary color
Monochromatic Colors of #C5C124
Black with #C5C124
Text Example
Text Example
White with #C5C124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C124; }
p { color: rgb(197,193,36); }
H1.HeaderClassName
{
color: #C5C124;
}
.AnyTagClassName
{
color: #C5C124;
}
</style>
background-color css
<style>
a { background-color: #C5C124; }
a { background-color: rgb(197,193,36); }
div.DivClassName
{
background-color: #C5C124;
}
.BgClassName
{
background-color: #C5C124;
}
</style>
border-color css
<style>
span { border-color: #C5C124; }
span { border-color: rgb(197,193,36); }
td.TdClassName
{
border-color: #C5C124;
}
.TagClassName
{
border-color: #C5C124;
}
</style>