Shades of Barberry #C5C12B
Tints of Barberry #C5C12B
RGB
CMYK
RGB Variations
Color information
#C5C12B (or 0xC5C12B) is known color: Barberry. HEX triplet: C5, C1 and 2B. RGB value is (197,193,43). Sum of RGB (Red+Green+Blue) = 197+193+43=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C12B is #3A3ED4. Grayscale: #B1B1B1. Windows color (decimal): -3817173 or 2867653. OLE color: 2867653.
HSL color Cylindrical-coordinate representation of color #C5C12B: hue angle of 58.44º degrees, saturation: 0.64, 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 #C5C12B is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 43 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.23 |
| HSL | 58.44º | 0.64% | 0.47% | - |
| HSV(B) | 58.44º | 0.78% | 0.77% | - |
| XYZ | 42.53 | 50.18 | 9.73 | - |
| YUV | 177.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 43 | 0 | 0.02 | 0.78 | 0.23 | 58.44 | 0.64 | 0.47 |
| Hex | C5 | C1 | 2B | 0 | 2 | 4E | 17 | 3A | 40 | 2F |
| Octal | 305 | 301 | 53 | 0 | 2 | 116 | 27 | 72 | 100 | 57 |
| Binary | 11000101 | 11000001 | 101011 | 0 | 10 | 1001110 | 10111 | 111010 | 1000000 | 101111 |
Color Harmonies of #C5C12B
Complementary color
Monochromatic Colors of #C5C12B
Black with #C5C12B
Text Example
Text Example
White with #C5C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C12B; }
p { color: rgb(197,193,43); }
H1.HeaderClassName
{
color: #C5C12B;
}
.AnyTagClassName
{
color: #C5C12B;
}
</style>
background-color css
<style>
a { background-color: #C5C12B; }
a { background-color: rgb(197,193,43); }
div.DivClassName
{
background-color: #C5C12B;
}
.BgClassName
{
background-color: #C5C12B;
}
</style>
border-color css
<style>
span { border-color: #C5C12B; }
span { border-color: rgb(197,193,43); }
td.TdClassName
{
border-color: #C5C12B;
}
.TagClassName
{
border-color: #C5C12B;
}
</style>