Shades of Barberry #C6C127
Tints of Barberry #C6C127
RGB
CMYK
RGB Variations
Color information
#C6C127 (or 0xC6C127) is known color: Barberry. HEX triplet: C6, C1 and 27. RGB value is (198,193,39). Sum of RGB (Red+Green+Blue) = 198+193+39=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C127 is #393ED8. Grayscale: #B1B1B1. Windows color (decimal): -3751641 or 2605510. OLE color: 2605510.
HSL color Cylindrical-coordinate representation of color #C6C127: hue angle of 58.11º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6C127 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 39 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.22 |
| HSL | 58.11º | 0.67% | 0.46% | - |
| HSV(B) | 58.11º | 0.8% | 0.78% | - |
| XYZ | 42.72 | 50.29 | 9.37 | - |
| YUV | 176.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 39 | 0 | 0.03 | 0.80 | 0.22 | 58.11 | 0.67 | 0.46 |
| Hex | C6 | C1 | 27 | 0 | 3 | 50 | 16 | 3A | 43 | 2E |
| Octal | 306 | 301 | 47 | 0 | 3 | 120 | 26 | 72 | 103 | 56 |
| Binary | 11000110 | 11000001 | 100111 | 0 | 11 | 1010000 | 10110 | 111010 | 1000011 | 101110 |
Color Harmonies of #C6C127
Complementary color
Monochromatic Colors of #C6C127
Black with #C6C127
Text Example
Text Example
White with #C6C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C127; }
p { color: rgb(198,193,39); }
H1.HeaderClassName
{
color: #C6C127;
}
.AnyTagClassName
{
color: #C6C127;
}
</style>
background-color css
<style>
a { background-color: #C6C127; }
a { background-color: rgb(198,193,39); }
div.DivClassName
{
background-color: #C6C127;
}
.BgClassName
{
background-color: #C6C127;
}
</style>
border-color css
<style>
span { border-color: #C6C127; }
span { border-color: rgb(198,193,39); }
td.TdClassName
{
border-color: #C6C127;
}
.TagClassName
{
border-color: #C6C127;
}
</style>