Shades of Barberry #C5C02C
Tints of Barberry #C5C02C
RGB
CMYK
RGB Variations
Color information
#C5C02C (or 0xC5C02C) is known color: Barberry. HEX triplet: C5, C0 and 2C. RGB value is (197,192,44). Sum of RGB (Red+Green+Blue) = 197+192+44=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C02C is #3A3FD3. Grayscale: #B1B1B1. Windows color (decimal): -3817428 or 2932933. OLE color: 2932933.
HSL color Cylindrical-coordinate representation of color #C5C02C: hue angle of 58.04º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5C02C is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 44 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.23 |
| HSL | 58.04º | 0.63% | 0.47% | - |
| HSV(B) | 58.04º | 0.78% | 0.77% | - |
| XYZ | 42.33 | 49.75 | 9.75 | - |
| YUV | 176.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 44 | 0 | 0.03 | 0.78 | 0.23 | 58.04 | 0.63 | 0.47 |
| Hex | C5 | C0 | 2C | 0 | 3 | 4E | 17 | 3A | 3F | 2F |
| Octal | 305 | 300 | 54 | 0 | 3 | 116 | 27 | 72 | 77 | 57 |
| Binary | 11000101 | 11000000 | 101100 | 0 | 11 | 1001110 | 10111 | 111010 | 111111 | 101111 |
Color Harmonies of #C5C02C
Complementary color
Monochromatic Colors of #C5C02C
Black with #C5C02C
Text Example
Text Example
White with #C5C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C02C; }
p { color: rgb(197,192,44); }
H1.HeaderClassName
{
color: #C5C02C;
}
.AnyTagClassName
{
color: #C5C02C;
}
</style>
background-color css
<style>
a { background-color: #C5C02C; }
a { background-color: rgb(197,192,44); }
div.DivClassName
{
background-color: #C5C02C;
}
.BgClassName
{
background-color: #C5C02C;
}
</style>
border-color css
<style>
span { border-color: #C5C02C; }
span { border-color: rgb(197,192,44); }
td.TdClassName
{
border-color: #C5C02C;
}
.TagClassName
{
border-color: #C5C02C;
}
</style>