Shades of Barberry #C2C127
Tints of Barberry #C2C127
RGB
CMYK
RGB Variations
Color information
#C2C127 (or 0xC2C127) is known color: Barberry. HEX triplet: C2, C1 and 27. RGB value is (194,193,39). Sum of RGB (Red+Green+Blue) = 194+193+39=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C127 is #3D3ED8. Grayscale: #B0B0B0. Windows color (decimal): -4013785 or 2605506. OLE color: 2605506.
HSL color Cylindrical-coordinate representation of color #C2C127: hue angle of 59.61º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2C127 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 39 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.24 |
| HSL | 59.61º | 0.67% | 0.46% | - |
| HSV(B) | 59.61º | 0.8% | 0.76% | - |
| XYZ | 41.68 | 49.76 | 9.33 | - |
| YUV | 175.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 39 | 0 | 0.01 | 0.80 | 0.24 | 59.61 | 0.67 | 0.46 |
| Hex | C2 | C1 | 27 | 0 | 1 | 50 | 18 | 3C | 43 | 2E |
| Octal | 302 | 301 | 47 | 0 | 1 | 120 | 30 | 74 | 103 | 56 |
| Binary | 11000010 | 11000001 | 100111 | 0 | 1 | 1010000 | 11000 | 111100 | 1000011 | 101110 |
Color Harmonies of #C2C127
Complementary color
Monochromatic Colors of #C2C127
Black with #C2C127
Text Example
Text Example
White with #C2C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C127; }
p { color: rgb(194,193,39); }
H1.HeaderClassName
{
color: #C2C127;
}
.AnyTagClassName
{
color: #C2C127;
}
</style>
background-color css
<style>
a { background-color: #C2C127; }
a { background-color: rgb(194,193,39); }
div.DivClassName
{
background-color: #C2C127;
}
.BgClassName
{
background-color: #C2C127;
}
</style>
border-color css
<style>
span { border-color: #C2C127; }
span { border-color: rgb(194,193,39); }
td.TdClassName
{
border-color: #C2C127;
}
.TagClassName
{
border-color: #C2C127;
}
</style>