Shades of Barberry #C6C62C
Tints of Barberry #C6C62C
RGB
CMYK
RGB Variations
Color information
#C6C62C (or 0xC6C62C) is known color: Barberry. HEX triplet: C6, C6 and 2C. RGB value is (198,198,44). Sum of RGB (Red+Green+Blue) = 198+198+44=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C62C is #3939D3. Grayscale: #B5B5B5. Windows color (decimal): -3750356 or 2934470. OLE color: 2934470.
HSL color Cylindrical-coordinate representation of color #C6C62C: hue angle of 60º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6C62C is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 198 | 44 | - |
| CMYK | 0 | 0 | 0.78 | 0.22 |
| HSL | 60º | 0.64% | 0.47% | - |
| HSV(B) | 60º | 0.78% | 0.78% | - |
| XYZ | 43.94 | 52.58 | 10.22 | - |
| YUV | 180.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 44 | 0 | 0 | 0.78 | 0.22 | 60 | 0.64 | 0.47 |
| Hex | C6 | C6 | 2C | 0 | 0 | 4E | 16 | 3C | 40 | 2F |
| Octal | 306 | 306 | 54 | 0 | 0 | 116 | 26 | 74 | 100 | 57 |
| Binary | 11000110 | 11000110 | 101100 | 0 | 0 | 1001110 | 10110 | 111100 | 1000000 | 101111 |
Color Harmonies of #C6C62C
Complementary color
Monochromatic Colors of #C6C62C
Black with #C6C62C
Text Example
Text Example
White with #C6C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C62C; }
p { color: rgb(198,198,44); }
H1.HeaderClassName
{
color: #C6C62C;
}
.AnyTagClassName
{
color: #C6C62C;
}
</style>
background-color css
<style>
a { background-color: #C6C62C; }
a { background-color: rgb(198,198,44); }
div.DivClassName
{
background-color: #C6C62C;
}
.BgClassName
{
background-color: #C6C62C;
}
</style>
border-color css
<style>
span { border-color: #C6C62C; }
span { border-color: rgb(198,198,44); }
td.TdClassName
{
border-color: #C6C62C;
}
.TagClassName
{
border-color: #C6C62C;
}
</style>