Shades of Barberry #C3C42B
Tints of Barberry #C3C42B
RGB
CMYK
RGB Variations
Color information
#C3C42B (or 0xC3C42B) is known color: Barberry. HEX triplet: C3, C4 and 2B. RGB value is (195,196,43). Sum of RGB (Red+Green+Blue) = 195+196+43=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C42B is #3C3BD4. Grayscale: #B2B2B2. Windows color (decimal): -3947477 or 2868419. OLE color: 2868419.
HSL color Cylindrical-coordinate representation of color #C3C42B: hue angle of 60.39º 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 #C3C42B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 43 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.23 |
| HSL | 60.39º | 0.64% | 0.47% | - |
| HSV(B) | 60.39º | 0.78% | 0.77% | - |
| XYZ | 42.68 | 51.26 | 9.93 | - |
| YUV | 178.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 43 | 0.01 | 0 | 0.78 | 0.23 | 60.39 | 0.64 | 0.47 |
| Hex | C3 | C4 | 2B | 1 | 0 | 4E | 17 | 3C | 40 | 2F |
| Octal | 303 | 304 | 53 | 1 | 0 | 116 | 27 | 74 | 100 | 57 |
| Binary | 11000011 | 11000100 | 101011 | 1 | 0 | 1001110 | 10111 | 111100 | 1000000 | 101111 |
Color Harmonies of #C3C42B
Complementary color
Monochromatic Colors of #C3C42B
Black with #C3C42B
Text Example
Text Example
White with #C3C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C42B; }
p { color: rgb(195,196,43); }
H1.HeaderClassName
{
color: #C3C42B;
}
.AnyTagClassName
{
color: #C3C42B;
}
</style>
background-color css
<style>
a { background-color: #C3C42B; }
a { background-color: rgb(195,196,43); }
div.DivClassName
{
background-color: #C3C42B;
}
.BgClassName
{
background-color: #C3C42B;
}
</style>
border-color css
<style>
span { border-color: #C3C42B; }
span { border-color: rgb(195,196,43); }
td.TdClassName
{
border-color: #C3C42B;
}
.TagClassName
{
border-color: #C3C42B;
}
</style>