Shades of Barberry #C6C71E
Tints of Barberry #C6C71E
RGB
CMYK
RGB Variations
Color information
#C6C71E (or 0xC6C71E) is known color: Barberry. HEX triplet: C6, C7 and 1E. RGB value is (198,199,30). Sum of RGB (Red+Green+Blue) = 198+199+30=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C71E is #3938E1. Grayscale: #B4B4B4. Windows color (decimal): -3750114 or 2017222. OLE color: 2017222.
HSL color Cylindrical-coordinate representation of color #C6C71E: hue angle of 60.36º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6C71E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 30 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.22 |
| HSL | 60.36º | 0.74% | 0.45% | - |
| HSV(B) | 60.36º | 0.85% | 0.78% | - |
| XYZ | 43.95 | 52.95 | 9.13 | - |
| YUV | 179.44 | 43.67 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 30 | 0.01 | 0 | 0.85 | 0.22 | 60.36 | 0.74 | 0.45 |
| Hex | C6 | C7 | 1E | 1 | 0 | 55 | 16 | 3C | 4A | 2D |
| Octal | 306 | 307 | 36 | 1 | 0 | 125 | 26 | 74 | 112 | 55 |
| Binary | 11000110 | 11000111 | 11110 | 1 | 0 | 1010101 | 10110 | 111100 | 1001010 | 101101 |
Color Harmonies of #C6C71E
Complementary color
Monochromatic Colors of #C6C71E
Black with #C6C71E
Text Example
Text Example
White with #C6C71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C71E; }
p { color: rgb(198,199,30); }
H1.HeaderClassName
{
color: #C6C71E;
}
.AnyTagClassName
{
color: #C6C71E;
}
</style>
background-color css
<style>
a { background-color: #C6C71E; }
a { background-color: rgb(198,199,30); }
div.DivClassName
{
background-color: #C6C71E;
}
.BgClassName
{
background-color: #C6C71E;
}
</style>
border-color css
<style>
span { border-color: #C6C71E; }
span { border-color: rgb(198,199,30); }
td.TdClassName
{
border-color: #C6C71E;
}
.TagClassName
{
border-color: #C6C71E;
}
</style>