Shades of Barberry #C3C12D
Tints of Barberry #C3C12D
RGB
CMYK
RGB Variations
Color information
#C3C12D (or 0xC3C12D) is known color: Barberry. HEX triplet: C3, C1 and 2D. RGB value is (195,193,45). Sum of RGB (Red+Green+Blue) = 195+193+45=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C12D is #3C3ED2. Grayscale: #B1B1B1. Windows color (decimal): -3948243 or 2998723. OLE color: 2998723.
HSL color Cylindrical-coordinate representation of color #C3C12D: hue angle of 59.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3C12D is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 45 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.24 |
| HSL | 59.2º | 0.63% | 0.47% | - |
| HSV(B) | 59.2º | 0.77% | 0.76% | - |
| XYZ | 42.05 | 49.93 | 9.9 | - |
| YUV | 176.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 45 | 0 | 0.01 | 0.77 | 0.24 | 59.2 | 0.63 | 0.47 |
| Hex | C3 | C1 | 2D | 0 | 1 | 4D | 18 | 3B | 3E | 2F |
| Octal | 303 | 301 | 55 | 0 | 1 | 115 | 30 | 73 | 76 | 57 |
| Binary | 11000011 | 11000001 | 101101 | 0 | 1 | 1001101 | 11000 | 111011 | 111110 | 101111 |
Color Harmonies of #C3C12D
Complementary color
Monochromatic Colors of #C3C12D
Black with #C3C12D
Text Example
Text Example
White with #C3C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C12D; }
p { color: rgb(195,193,45); }
H1.HeaderClassName
{
color: #C3C12D;
}
.AnyTagClassName
{
color: #C3C12D;
}
</style>
background-color css
<style>
a { background-color: #C3C12D; }
a { background-color: rgb(195,193,45); }
div.DivClassName
{
background-color: #C3C12D;
}
.BgClassName
{
background-color: #C3C12D;
}
</style>
border-color css
<style>
span { border-color: #C3C12D; }
span { border-color: rgb(195,193,45); }
td.TdClassName
{
border-color: #C3C12D;
}
.TagClassName
{
border-color: #C3C12D;
}
</style>