Shades of Barberry #C5C020
Tints of Barberry #C5C020
RGB
CMYK
RGB Variations
Color information
#C5C020 (or 0xC5C020) is known color: Barberry. HEX triplet: C5, C0 and 20. RGB value is (197,192,32). Sum of RGB (Red+Green+Blue) = 197+192+32=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C020 is #3A3FDF. Grayscale: #AFAFAF. Windows color (decimal): -3817440 or 2146501. OLE color: 2146501.
HSL color Cylindrical-coordinate representation of color #C5C020: hue angle of 58.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5C020 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 32 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.23 |
| HSL | 58.18º | 0.72% | 0.45% | - |
| HSV(B) | 58.18º | 0.84% | 0.77% | - |
| XYZ | 42.14 | 49.67 | 8.73 | - |
| YUV | 175.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 32 | 0 | 0.03 | 0.84 | 0.23 | 58.18 | 0.72 | 0.45 |
| Hex | C5 | C0 | 20 | 0 | 3 | 54 | 17 | 3A | 48 | 2D |
| Octal | 305 | 300 | 40 | 0 | 3 | 124 | 27 | 72 | 110 | 55 |
| Binary | 11000101 | 11000000 | 100000 | 0 | 11 | 1010100 | 10111 | 111010 | 1001000 | 101101 |
Color Harmonies of #C5C020
Complementary color
Monochromatic Colors of #C5C020
Black with #C5C020
Text Example
Text Example
White with #C5C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C020; }
p { color: rgb(197,192,32); }
H1.HeaderClassName
{
color: #C5C020;
}
.AnyTagClassName
{
color: #C5C020;
}
</style>
background-color css
<style>
a { background-color: #C5C020; }
a { background-color: rgb(197,192,32); }
div.DivClassName
{
background-color: #C5C020;
}
.BgClassName
{
background-color: #C5C020;
}
</style>
border-color css
<style>
span { border-color: #C5C020; }
span { border-color: rgb(197,192,32); }
td.TdClassName
{
border-color: #C5C020;
}
.TagClassName
{
border-color: #C5C020;
}
</style>