Shades of Barberry #C5C12E
Tints of Barberry #C5C12E
RGB
CMYK
RGB Variations
Color information
#C5C12E (or 0xC5C12E) is known color: Barberry. HEX triplet: C5, C1 and 2E. RGB value is (197,193,46). Sum of RGB (Red+Green+Blue) = 197+193+46=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C12E is #3A3ED1. Grayscale: #B2B2B2. Windows color (decimal): -3817170 or 3064261. OLE color: 3064261.
HSL color Cylindrical-coordinate representation of color #C5C12E: hue angle of 58.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5C12E is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 46 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.23 |
| HSL | 58.41º | 0.62% | 0.48% | - |
| HSV(B) | 58.41º | 0.77% | 0.77% | - |
| XYZ | 42.59 | 50.21 | 10.03 | - |
| YUV | 177.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 46 | 0 | 0.02 | 0.77 | 0.23 | 58.41 | 0.62 | 0.48 |
| Hex | C5 | C1 | 2E | 0 | 2 | 4D | 17 | 3A | 3E | 30 |
| Octal | 305 | 301 | 56 | 0 | 2 | 115 | 27 | 72 | 76 | 60 |
| Binary | 11000101 | 11000001 | 101110 | 0 | 10 | 1001101 | 10111 | 111010 | 111110 | 110000 |
Color Harmonies of #C5C12E
Complementary color
Monochromatic Colors of #C5C12E
Black with #C5C12E
Text Example
Text Example
White with #C5C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C12E; }
p { color: rgb(197,193,46); }
H1.HeaderClassName
{
color: #C5C12E;
}
.AnyTagClassName
{
color: #C5C12E;
}
</style>
background-color css
<style>
a { background-color: #C5C12E; }
a { background-color: rgb(197,193,46); }
div.DivClassName
{
background-color: #C5C12E;
}
.BgClassName
{
background-color: #C5C12E;
}
</style>
border-color css
<style>
span { border-color: #C5C12E; }
span { border-color: rgb(197,193,46); }
td.TdClassName
{
border-color: #C5C12E;
}
.TagClassName
{
border-color: #C5C12E;
}
</style>