Shades of Barberry #C3C12B
Tints of Barberry #C3C12B
RGB
CMYK
RGB Variations
Color information
#C3C12B (or 0xC3C12B) is known color: Barberry. HEX triplet: C3, C1 and 2B. RGB value is (195,193,43). Sum of RGB (Red+Green+Blue) = 195+193+43=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C12B is #3C3ED4. Grayscale: #B1B1B1. Windows color (decimal): -3948245 or 2867651. OLE color: 2867651.
HSL color Cylindrical-coordinate representation of color #C3C12B: hue angle of 59.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3C12B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.24 |
| HSL | 59.21º | 0.64% | 0.47% | - |
| HSV(B) | 59.21º | 0.78% | 0.76% | - |
| XYZ | 42.01 | 49.92 | 9.71 | - |
| YUV | 176.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 43 | 0 | 0.01 | 0.78 | 0.24 | 59.21 | 0.64 | 0.47 |
| Hex | C3 | C1 | 2B | 0 | 1 | 4E | 18 | 3B | 40 | 2F |
| Octal | 303 | 301 | 53 | 0 | 1 | 116 | 30 | 73 | 100 | 57 |
| Binary | 11000011 | 11000001 | 101011 | 0 | 1 | 1001110 | 11000 | 111011 | 1000000 | 101111 |
Color Harmonies of #C3C12B
Complementary color
Monochromatic Colors of #C3C12B
Black with #C3C12B
Text Example
Text Example
White with #C3C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C12B; }
p { color: rgb(195,193,43); }
H1.HeaderClassName
{
color: #C3C12B;
}
.AnyTagClassName
{
color: #C3C12B;
}
</style>
background-color css
<style>
a { background-color: #C3C12B; }
a { background-color: rgb(195,193,43); }
div.DivClassName
{
background-color: #C3C12B;
}
.BgClassName
{
background-color: #C3C12B;
}
</style>
border-color css
<style>
span { border-color: #C3C12B; }
span { border-color: rgb(195,193,43); }
td.TdClassName
{
border-color: #C3C12B;
}
.TagClassName
{
border-color: #C3C12B;
}
</style>