Shades of Barberry #C6CB1C
Tints of Barberry #C6CB1C
RGB
CMYK
RGB Variations
Color information
#C6CB1C (or 0xC6CB1C) is known color: Barberry. HEX triplet: C6, CB and 1C. RGB value is (198,203,28). Sum of RGB (Red+Green+Blue) = 198+203+28=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB1C is #3934E3. Grayscale: #B6B6B6. Windows color (decimal): -3749092 or 1887174. OLE color: 1887174.
HSL color Cylindrical-coordinate representation of color #C6CB1C: hue angle of 61.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6CB1C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 28 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.20 |
| HSL | 61.71º | 0.76% | 0.45% | - |
| HSV(B) | 61.71º | 0.86% | 0.8% | - |
| XYZ | 44.85 | 54.8 | 9.31 | - |
| YUV | 181.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 28 | 0.02 | 0 | 0.86 | 0.20 | 61.71 | 0.76 | 0.45 |
| Hex | C6 | CB | 1C | 2 | 0 | 56 | 14 | 3E | 4C | 2D |
| Octal | 306 | 313 | 34 | 2 | 0 | 126 | 24 | 76 | 114 | 55 |
| Binary | 11000110 | 11001011 | 11100 | 10 | 0 | 1010110 | 10100 | 111110 | 1001100 | 101101 |
Color Harmonies of #C6CB1C
Complementary color
Monochromatic Colors of #C6CB1C
Black with #C6CB1C
Text Example
Text Example
White with #C6CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB1C; }
p { color: rgb(198,203,28); }
H1.HeaderClassName
{
color: #C6CB1C;
}
.AnyTagClassName
{
color: #C6CB1C;
}
</style>
background-color css
<style>
a { background-color: #C6CB1C; }
a { background-color: rgb(198,203,28); }
div.DivClassName
{
background-color: #C6CB1C;
}
.BgClassName
{
background-color: #C6CB1C;
}
</style>
border-color css
<style>
span { border-color: #C6CB1C; }
span { border-color: rgb(198,203,28); }
td.TdClassName
{
border-color: #C6CB1C;
}
.TagClassName
{
border-color: #C6CB1C;
}
</style>