Shades of Barberry #C5C42B
Tints of Barberry #C5C42B
RGB
CMYK
RGB Variations
Color information
#C5C42B (or 0xC5C42B) is known color: Barberry. HEX triplet: C5, C4 and 2B. RGB value is (197,196,43). Sum of RGB (Red+Green+Blue) = 197+196+43=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C42B is #3A3BD4. Grayscale: #B3B3B3. Windows color (decimal): -3816405 or 2868421. OLE color: 2868421.
HSL color Cylindrical-coordinate representation of color #C5C42B: hue angle of 59.61º 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 #C5C42B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.23 |
| HSL | 59.61º | 0.64% | 0.47% | - |
| HSV(B) | 59.61º | 0.78% | 0.77% | - |
| XYZ | 43.2 | 51.52 | 9.95 | - |
| YUV | 178.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 43 | 0 | 0.01 | 0.78 | 0.23 | 59.61 | 0.64 | 0.47 |
| Hex | C5 | C4 | 2B | 0 | 1 | 4E | 17 | 3C | 40 | 2F |
| Octal | 305 | 304 | 53 | 0 | 1 | 116 | 27 | 74 | 100 | 57 |
| Binary | 11000101 | 11000100 | 101011 | 0 | 1 | 1001110 | 10111 | 111100 | 1000000 | 101111 |
Color Harmonies of #C5C42B
Complementary color
Monochromatic Colors of #C5C42B
Black with #C5C42B
Text Example
Text Example
White with #C5C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C42B; }
p { color: rgb(197,196,43); }
H1.HeaderClassName
{
color: #C5C42B;
}
.AnyTagClassName
{
color: #C5C42B;
}
</style>
background-color css
<style>
a { background-color: #C5C42B; }
a { background-color: rgb(197,196,43); }
div.DivClassName
{
background-color: #C5C42B;
}
.BgClassName
{
background-color: #C5C42B;
}
</style>
border-color css
<style>
span { border-color: #C5C42B; }
span { border-color: rgb(197,196,43); }
td.TdClassName
{
border-color: #C5C42B;
}
.TagClassName
{
border-color: #C5C42B;
}
</style>